A meticulous workflow for working through PR review comments one at a time without losing your place. It triages every comment first (MUST_FIX, SHOULD_FIX, PARK, etc.), runs your test suite before and after each fix, commits atomically with references to the reviewer, and replies to threads with commit links or explanations for deferred work. The pre-flight check looks for safeguards in your Makefile or CI config and refuses to proceed if the baseline is broken. It uses GitHub's reviewThreads API as the source of truth, which matters because the simpler comments endpoint can miss threaded conversations. Best for teams that want reproducible, auditable review cycles instead of ad hoc fixes.
npx skills add https://github.com/xpepper/pr-review-agent-skill --skill pr-review-loop