This automates the tedious cycle of fixing CI failures and addressing PR feedback until everything goes green. It checks GitHub Actions status, pulls review comments from both humans and bots like Sentry and Codecov, reads actual failure logs instead of guessing from check names, makes targeted fixes, and pushes changes in a loop. Smart enough to wait when bot checks are still pending so you don't waste time on feedback that hasn't landed yet. The validation step is crucial: it actually reads your code context and skips invalid feedback instead of blindly addressing every comment. Requires gh CLI authenticated. Useful when you're stuck in that annoying push, wait, fix, repeat workflow and want to hand it off.
npx skills add https://github.com/davila7/claude-code-templates --skill iterate-pr