When your PR checks are red and you need to get them green fast, this skill handles the iteration loop for you. It pulls failing check status with `gh pr checks`, digs into GitHub Actions logs or external check links to find the actual error, applies a minimal fix, pushes, and repeats until everything passes. The guardrails keep it focused on one failure at a time with low-risk changes, which matters when you're trying to unblock a deploy or merge. It's basically automating the tedious part of fixing CI where you're refreshing the checks page, scrolling through logs, making a tiny change, and waiting to see what breaks next.
npx -y skills add cursor/plugins --skill fix-ci --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot