What problem does it solve?
This Skill removes the manual polling and coordination work required to get a pull request to a clean, reviewed, and CI-passing state by orchestrating CI checks, automated reviewers, self-review, and thread resolution.
Core Features & Use Cases
- Deterministic status checks: Consolidates CI, Bugbot, CodeRabbit, self-review, and thread state into a single authoritative status.
- Automated trigger and wait loop: Posts bot review triggers and spawns a background waiter that polls until reviewers and CI complete or fail.
- Self-review and resolution: Runs a self-review agent for the current HEAD and resolves AI-only unresolved threads across all pages.
- Use Case: After pushing a PR, use this Skill to repeatedly trigger reviewers, wait for results, apply fixes, resolve AI threads, and re-check until the PR is fully ready.
Quick Start
Run the pr-iterate status command for owner/repo and the PR number to evaluate CI, Bugbot, CodeRabbit, and self-review status.