From ci-debugger
Applies targeted fixes to broken CI/CD pipeline configurations — resolves dependency, test, Docker, and credential issues, adds caching, and validates syntax.
How 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...
Apply fixes to a broken CI/CD pipeline configuration.
5plugins reuse this command
First indexed Mar 30, 2026
npx claudepluginhub smarks26/awesome-claude-code-toolkit --plugin ci-debugger/fix-pipelineApplies targeted fixes to broken CI/CD pipeline configurations — resolves dependency, test, Docker, and credential issues, adds caching, and validates syntax.
/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.
/check-pipelineAnalyzes a CI/CD pipeline configuration file and suggests optimizations for build speed, reliability, and cost savings.
/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-pipelineGenerates a complete CI/CD pipeline configuration for the current project, auto-detecting language and test framework. Supports GitHub Actions, GitLab CI, CircleCI, and Bitbucket with optional deploy and security scan stages.
/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.