Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
لغة النص الأصلي: الإنجليزية
القائمة
جمع SkillsMP عدد ١٤٥ من skills من Arete-Consortium/ai-skills. افتح أي skill لمراجعة مصدره وتفاصيله.
عرض ٤٠ من أصل ١٤٥ skills مجمعة.
Intelligent CI failure diagnosis and guided remediation for GitHub Actions, GitLab CI, and local builds
لغة النص الأصلي: الإنجليزية
Pre-execution mapping of codebases, document collections, or problem spaces. Runs BEFORE any Gorgon workflow to give all agents shared situational awareness
لغة النص الأصلي: الإنجليزية
Investigative methodology for analyzing document collections — provenance analysis, anomaly detection, redaction detection, and cross-document validation
لغة النص الأصلي: الإنجليزية
Resolves entity ambiguity across document corpora — fuzzy name matching, alias detection, identity consolidation, and confidence-scored entity merging
لغة النص الأصلي: الإنجليزية
Packages project state into structured context documents for agent sessions, human pickup, or Quorum IntentNodes
لغة النص الأصلي: الإنجليزية
Teaches agents how to publish well-structured intents for Convergent's intent graph — schema, quality criteria, and authoring patterns
لغة النص الأصلي: الإنجليزية
Automates the last mile of shipping software — verifies release readiness, generates changelogs, tags versions, and pushes releases
لغة النص الأصلي: الإنجليزية
Systematic technical debt assessment — scans for security issues, correctness gaps, infrastructure debt, maintainability problems, documentation quality, and dependency freshness
لغة النص الأصلي: الإنجليزية
Diagnoses why Gorgon workflows fail — reads checkpoint state, agent logs, budget traces, and output contracts to produce root-cause analysis
لغة النص الأصلي: الإنجليزية
Fetch and parse web content with ethical scraping practices, rate limiting, and structured extraction
لغة النص الأصلي: الإنجليزية
Search the web for information with rate limiting, caching, and structured source attribution
لغة النص الأصلي: الإنجليزية
Compose and send emails with safety controls, draft-review-approve workflow, and SMTP delivery
لغة النص الأصلي: الإنجليزية
Authenticated HTTP API client with retry logic, rate limiting, response parsing, and structured error handling. Supports OAuth2, API key, and bearer token auth.
لغة النص الأصلي: الإنجليزية
Repository management through Git CLI and GitHub API with branch protection, commit conventions, and security controls
لغة النص الأصلي: الإنجليزية
Designs and coordinates Claude Code Agent Teams — multi-agent collaboration where teammate sessions work in parallel with direct communication, task claiming via file locks, and cross-referencing findings
لغة النص الأصلي: الإنجليزية
Hierarchical multi-agent orchestration supervisor that decomposes tasks, delegates to specialized worker agents, tracks state, and employs triumvirate consensus for high-stakes operations
لغة النص الأصلي: الإنجليزية
Safe filesystem operations with path protection, backup enforcement, and audit logging
لغة النص الأصلي: الإنجليزية
Execute and manage subprocesses with timeout, output capture, and safety controls. Blocks dangerous commands, enforces resource limits, and returns structured results with exit codes, stdout, stderr, and timing.
لغة النص الأصلي: الإنجليزية
REST and GraphQL API testing — contract validation, load testing, regression suites, and endpoint verification
لغة النص الأصلي: الإنجليزية
Database operations — schema design, migration authoring, query optimization, and SQL/ORM patterns
لغة النص الأصلي: الإنجليزية
OAuth and API authentication — OAuth 2.0 flows, PKCE, token lifecycle, JWT validation, and provider integration
لغة النص الأصلي: الإنجليزية
Webhook architecture — payload design, retry strategies, HMAC signature verification, and event-driven patterns
لغة النص الأصلي: الإنجليزية
Designs CI/CD pipelines that integrate Claude Code in headless mode for automated code review, test analysis, deployment gating, and PR triage. Use when building GitHub Actions workflows, GitLab CI pipelines, or any automation that uses Claude Code…
لغة النص الأصلي: الإنجليزية
Log high-leverage decisions from the current work session to the Arete Decision Log. Extracts architecture, UX, scope, tooling, and philosophy decisions. Invoke with /decision-log or /adl.
لغة النص الأصلي: الإنجليزية
Designs Claude Code hooks — lifecycle event handlers (PreToolUse, PostToolUse) that enforce quality gates, block dangerous operations, auto-lint, run tests before commits, and log tool usage. Use when creating, debugging, or configuring Claude Code hooks for…
لغة النص الأصلي: الإنجليزية
Builds and configures Model Context Protocol (MCP) servers — tools that extend Claude Code with custom capabilities like database access, API integrations, semantic search, and UI components. Use when creating MCP servers, configuring existing ones, debugging…
لغة النص الأصلي: الإنجليزية
Builds Claude Code plugins — shareable packages that bundle skills, hooks, MCP server configs, and agent definitions into a single distributable unit with plugin.json manifest. Use when creating, scaffolding, packaging, or publishing Claude Code plugins.
لغة النص الأصلي: الإنجليزية
Extract effective prompts from the current session and save them to a reusable library. Captures prompts that worked well for future reference. Invoke with /prompt-library or /prompts.
لغة النص الأصلي: الإنجليزية
Sets up Claude Code security hooks — protective PreToolUse guards that block sensitive file access, dangerous commands, destructive git ops, system path writes, network calls, and permission changes. Includes 7 ready-to-deploy hook scripts.
لغة النص الأصلي: الإنجليزية
Cross-session continuity for Claude Code — resume context, structured handoffs, session history tracking
لغة النص الأصلي: الإنجليزية
Manages Claude Code's persistent memory system — auto-memory files, cross-session context, project memory directories, and task handoff protocols. Use when organizing session memory, creating handoff documents, managing MEMORY.md files, or establishing…
لغة النص الأصلي: الإنجليزية
Performs statistical analysis, finds patterns, and generates insights
لغة النص الأصلي: الإنجليزية
Handles data collection, ingestion, cleaning, and pipeline design
لغة النص الأصلي: الإنجليزية
Creates charts, dashboards, and visual representations of data
لغة النص الأصلي: الإنجليزية
Creates executive summaries, reports, and documentation of findings
لغة النص الأصلي: الإنجليزية
Backup strategy design, data integrity verification, and disaster recovery planning. Invoke with /backup.
لغة النص الأصلي: الإنجليزية
Build and install the project in development mode. Handles venv creation and editable installs. Invoke with /build.
لغة النص الأصلي: الإنجليزية
Generate Changelog from Commits
لغة النص الأصلي: الإنجليزية
GitHub Actions Workflow Generator
لغة النص الأصلي: الإنجليزية
Create well-formatted git commits with conventional commit style. Analyzes staged changes and generates appropriate commit messages. Invoke with /commit or after completing a task.
لغة النص الأصلي: الإنجليزية