iterating-pr-reviews

Coordinate GitHub pull request review loops until reviewers converge.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/tuvens/phased-development --skill iterating-pr-reviews
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: iterating-pr-reviews
Source: https://github.com/tuvens/phased-development/tree/main/skills/iterating-pr-reviews
Command: npx skills add https://github.com/tuvens/phased-development --skill iterating-pr-reviews

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about iterating-pr-reviews

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing pull request review comments on GitHub?

Automating pull request review comments involves fetching reviewer feedback, classifying findings, and driving fixes, rejections, or deferrals until the review state converges. This Skill coordinates that loop across bot comments and CLI subagents.

What is the best way to handle multiple automated bot reviews on a single pull request?

Handling multiple automated bot reviews requires a registry-driven iteration that loads the reviewer registry, tracks active reviewers, and loops through feedback in the correct order until all comments are resolved or escalated.

How does cross-session recovery work for interrupted code review loops?

Cross-session recovery for code review loops works by reading persisted tracking comments and recovering reviewer state after scheduled wakeups. This ensures the review cycle resumes without losing progress on GitHub pull requests.

Can I use this to prevent infinite loops when automating GitHub PR reviews?

Yes, safe merge gating prevents infinite loops by enforcing caps, recurrence detection, and clean-review checks. The workflow stops instead of spinning forever when review cycles exceed configured limits.

Does this Skill support paginated comment retrieval for large pull requests?

Yes, this Skill supports paginated comment retrieval to handle large pull requests. It fetches reviewer comments across multiple pages and persists reviewer state with threaded acknowledgements to keep review cycles auditable and bounded.

What limitations exist when coordinating CLI subagent reviewers and scheduled wakeups?

This coordination is limited to GitHub-based sprint, epic, and phase PRs. It requires automated comment bots, CLI subagent reviewers, and scheduled wakeups across multiple sessions to function properly within its bounded review cycle design.