What problem does it solve?
This Skill automates the continuous monitoring of open pull requests and applies fixes for review comments, CI failures, and merge conflicts, reducing manual follow-up and speeding up delivery.
Core Features & Use Cases
- Autonomous PR loop: when invoked with /iterate-pr, it runs a recurring loop that checks PR state, merge conflicts, unresolved review threads, and CI status, and orchestrates fixes via sub-skills.
- Sub-skill orchestration: it coordinates the fixed sequence by calling /fixing-pr-comments, /fixing-ci, and /rebase-origin-main as needed.
- Loop management: starts immediately, then schedules recurring iterations (default every 10 minutes) until the PR is closed or merged, or all end conditions are satisfied.
- Use case: open PRs with multiple comments and flaky CI can be auto-triaged and stabilized without manual intervention.
Quick Start
Invoke /iterate-pr to start the autonomous PR iteration loop that continuously checks the PR and applies fixes.