ci-fixer
Installation
SKILL.md
CI Fixer Skill
Diagnose, fix, and monitor CI failures on GitHub PRs. Persistent until all required checks pass.
Workflow
- Analyze PR - Get PR number, run
gh pr checksto identify failures - Diagnose - Use
gh run view [RUN_ID] --log-failedto get error details - Fix - Apply targeted fixes based on failure type (see below)
- Verify locally - Run tests/linters locally before pushing
- Commit & Push - Stage changes, commit with clear message, push
- Monitor - Wait 3 minutes, check
gh pr checks, repeat until all pass
Essential Commands
# Check CI status
gh pr checks [PR_NUMBER]
gh pr checks [PR_NUMBER] --json name,state,conclusion