What problem does it solve?
This Skill coordinates the repetitive cycle of diagnosing pull request failures, applying fixes, presenting changes for user approval, and monitoring subsequent checks without pushing code on the user's behalf.
Core Features & Use Cases
- Failure Diagnosis: Inspect PR checks, CI logs, review comments, and issue discussions to identify the first actionable problem.
- Validated Fixes: Implement focused fixes, run relevant local verification, and route nontrivial changes through review.
- Iterative Monitoring: Wait for the user to push, monitor the retained pull request, reassess all checks, and repeat only when concrete progress is possible.
- Use Case: When a pull request fails linting and receives review feedback, use this Skill to address one failure category at a time, present the validated changes, and continue monitoring after the user pushes.
Quick Start
Ask the iterate-pr skill to inspect pull request 123, fix its first actionable CI failure, and guide the next iteration without pushing changes.