ci-fixer

Installation
SKILL.md

CI Fixer Skill

Diagnose, fix, and monitor CI failures on GitHub PRs. Persistent until all required checks pass.

Workflow

  1. Analyze PR - Get PR number, run gh pr checks to identify failures
  2. Diagnose - Use gh run view [RUN_ID] --log-failed to get error details
  3. Fix - Apply targeted fixes based on failure type (see below)
  4. Verify locally - Run tests/linters locally before pushing
  5. Commit & Push - Stage changes, commit with clear message, push
  6. 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
Installs
2
First Seen
Jul 21, 2026
ci-fixer — adamsilverstein/my-skills