What problem does it solve?
This Skill manages the repetitive, error-prone work of turning pull request review comments into fixes, acknowledgements, or tracked deferrals until the review state stabilizes.
Core Features & Use Cases
- Registry-driven review iteration: Loads the reviewer registry, tracks active reviewers, and loops through bot feedback in the correct order.
- Safe merge gating: Enforces caps, recurrence detection, and clean-review checks so the workflow stops instead of spinning forever.
- Cross-session recovery: Resumes after scheduled wakeups by reading persisted tracking comments and recovering reviewer state.
- Use Case: A sprint PR receives Codex, Gemini, and CLI-subagent comments; this Skill coordinates fixes, replies, and retries until the PR is ready to merge or escalates cleanly.
Quick Start
Use the iterating-pr-reviews skill to review the current GitHub pull request, handle all actionable review comments, and continue the loop until the reviewers are clean or the process escalates.