What problem does it solve?
Iterating on pull request feedback manually is slow and error-prone: you review, fix, re-review, and repeat until the review is clean. This Skill automates that cycle by looping a PR reviewer and a fixer subagent over your branch's changes until the review reports zero critical or major findings.
Core Features & Use Cases
- Autonomous review-and-fix loop: Launches a dynamic workflow that reviews the branch diff, applies fixes, and re-reviews until convergence, with a configurable round cap.
- Mechanical scoping: Derives the fix scope from the directories touched by the branch diff, with guards against scope violations and unregistered new files.
- Escalation and ledger: Detects non-converging loops (recurring findings, relocating problems), escalates for a design decision, and persists a ledger so runs can resume.
- Use Case: Before opening a pull request, run the loop on your feature branch so review findings are fixed automatically and the branch arrives at review already clean.
Quick Start
Ask the assistant to run the review-and-fix loop on the current branch against main until the PR review comes back clean.