What problem does it solve?
This Skill helps you shepherd one open pull request through successive review rounds without losing track of reviewer feedback, required fixes, or verification steps.
Core Features & Use Cases
- Review triage: Re-read the PR, current diff, and open threads at the start of every round so you work from the latest source of truth.
- Severity-ordered fixes: Address findings in the required critical, major, minor, then nit order, either by fixing the code or replying with a rationale.
- Thread resolution and verification: Resolve every open thread, run the exact verify commands from the brief, and push the round together before parking.
- Use case: A developer hands off an in-progress PR after review comments land, and you methodically clear them while keeping the work aligned with the governing spec and decision boundaries.
Quick Start
Read the current PR state, fix or respond to each open review thread in severity order, verify with the prescribed commands, and then push the round and hand it back to the coordinator.