Help us improve
Share bugs, ideas, or general feedback.
From ci-debugger
Fixes broken CI/CD pipelines (GitHub Actions, GitLab CI) by analyzing failures, applying minimal changes, adding caching/notifications, validating syntax, and committing with explanations.
npx claudepluginhub rohitg00/awesome-claude-code-toolkit --plugin ci-debuggerHow this command is triggered — by the user, by Claude, or both
Slash command
/ci-debugger:fix-pipelineThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /fix-pipeline - Fix CI/CD Pipeline Apply fixes to a broken CI/CD pipeline configuration. ## Steps 1. Read the CI/CD configuration file (.github/workflows/*.yml, .gitlab-ci.yml, etc.) 2. Identify the failing step and its configuration 3. Determine the fix based on the failure analysis 4. For dependency issues: update versions, add caching, fix lock files 5. For test failures: increase timeouts, add retry logic, fix test environment 6. For Docker issues: fix Dockerfile, update base images, fix build context 7. For credential issues: verify secret names, check expiration, update reference...
/ci-fixDiagnoses CI pipeline issues from URLs, logs, or descriptions, previews fixes via agents, and applies changes with interactive user approval. Supports --dry-run, --auto-apply flags.
/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.
/cicdDesigns, creates, and optimizes CI/CD pipelines for GitHub Actions, GitLab CI, CircleCI, and Jenkins, generating configs with caching, sharding, matrix builds, and reusable components.
/fix-ciDiagnoses CI failures in the current PR via GitHub checks and logs, then automatically applies code or config fixes until 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.
Share bugs, ideas, or general feedback.
Apply fixes to a broken CI/CD pipeline configuration.