/ci-fixer
Automated CI/CD pipeline fixer - watches CI, fixes errors locally, commits, and loops until green.
The /ci-fixer skill autonomously fixes CI/CD pipeline failures until green.
Usage
BASH
/ci-fixer
/ci-fixer -a
/ci-fixer -a -m 10Flags
| Flag | Description |
|---|---|
-a, --auto | Auto mode - skip confirmations |
-m N, --max-attempts=N | Max fix attempts (default: 5) |
What It Does
- Watches CI runs in real-time (GitHub Actions, Vercel, Netlify)
- Analyzes failures and fetches error logs
- Fixes errors locally and verifies (tests, linter)
- Commits fixes and loops until pipeline is green
- Cleans up artifacts when done
Workflow
Init → Watch CI → Analyze Errors → Fix Locally → Commit & Push
↑ │
└──────── loop until green ────┘
Zero Tolerance Policy
The skill NEVER uses:
--no-verifyon commits@ts-ignoreor@ts-expect-erroreslint-disablecomments- Any hack that bypasses proper fixes
Supported CI Platforms
- GitHub Actions
- Vercel
- Netlify
Artifacts
Logs stored in .claude/data/ci-{run_id}/ for debugging.