From ci-debugger
Diagnoses CI/CD pipeline failures by retrieving build logs, identifying root cause, and suggesting fixes with code or config changes.
How this command is triggered — by the user, by Claude, or both
Slash command
/ci-debugger:analyze-ci-failureThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /analyze-ci-failure - Analyze CI/CD Failure Analyze and diagnose a CI/CD pipeline failure. ## Steps 1. Identify the CI/CD platform: GitHub Actions, GitLab CI, CircleCI, Jenkins, Azure DevOps 2. Locate the failed pipeline run from logs, URL, or recent git push 3. Retrieve the full build log output for the failed step 4. Identify the exact failure point: which step, which command, which line 5. Classify the failure type: build error, test failure, lint error, deployment error, infra issue 6. Extract the error message and relevant stack trace 7. Check if the failure is flaky by reviewing ...
Analyze and diagnose a CI/CD pipeline failure.
6plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub ais1m0n3/awesome-claude-code-toolkit --plugin ci-debugger/analyze-ci-failureDiagnoses CI/CD pipeline failures by retrieving build logs, identifying root cause, and suggesting fixes with code or config changes.
/ci-debugDiagnoses a failing CI run by classifying failures against an 11-pattern playbook, citing memory entries, and proposing exact fix commands without applying them.
/watch-ciMonitors GitHub Actions CI runs, detects failures, analyzes logs, applies category-specific fixes, verifies locally via lint/test/build, commits changes, pushes, and rechecks new runs.
/ci-fixDiagnoses and fixes CI pipeline issues with interactive approval. Accepts pipeline URLs, log files, or descriptions, and supports dry-run, auto-apply, and verbose modes.
/fix-ciDiagnoses and fixes CI failures on the current PR by inspecting failed check logs, identifying root causes, and applying code or config changes until all checks pass.
/fix-failing-github-buildDiagnoses failing GitHub Actions builds and guides fixes via workflow: task creation, gh CLI status checks, local reproduction with cargo/just, root cause analysis, implementation, verification, push, and monitoring.