What problem does it solve?
The Iterate PR skill automatically detects CI failures on a pull request, applies targeted, minimal fixes, and pushes updates until all checks pass, reducing cycle time and manual review effort.
Core Features & Use Cases
- Systematic CI-fail iteration: identify failures from CI logs, propose focused changes, and re-run checks.
- Guided feedback handling: collect bot and reviewer comments, group by issue, and address them efficiently.
- Deterministic, small changes: apply only requested fixes, verify locally when feasible, and push incremental commits.
- Use Case: When a PR fails multiple checks or receives iterative review feedback, run this skill to drive the PR toward green CI with traceable steps.
Quick Start
Ensure gh is authenticated and you are on the PR branch. Activate the skill to begin automatic CI-watching, targeted fixes, and push/pull of updates until all checks pass.