Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green. Automates the feedback-fix-push-wait cycle.
8.0
Rating
0
Installs
DevOps & Infrastructure
Category
Excellent skill that automates the complex PR iteration cycle. The description clearly conveys when to use it, and the SKILL.md provides comprehensive step-by-step instructions with specific GitHub CLI commands, proper error handling, and intelligent waiting strategies for bot checks. The structure is logical and easy to follow with clear exit conditions. The skill is moderately novel - while a CLI agent could technically perform these steps, the skill meaningfully reduces token cost by encoding the iteration logic, bot-awareness (waiting for Sentry/Codecov/etc), and validation strategies. Minor room for improvement: could reference external files for complex parsing logic or failure pattern detection to keep SKILL.md more concise, though current length is still manageable.
Loading SKILL.md…