What problem does it solve? After a code review, someone must manually work through every open comment thread on a pull request — implementing each fix, verifying it, replying, and marking threads resolved. This Skill automates that entire resolution pass so no open comment is silently skipped or falsely closed. ## Core Features & Use Cases - Comment-by-comment resolution: Collects every unresolved review thread from the review host (e.g., GitHub via gh), implements the smallest faithful fix for each, and orders fixes by dependency so structural changes land first. - Verified resolutions: Every resolved thread is backed by a test that fails before the fix and passes after, plus a reply naming what changed and where, so reviewers can confirm without re-reading the diff. - Honest reporting of blockers: Comments that cannot be actioned — contradictions, missing components, out-of-scope redesigns — are left open and reported with specific reasons instead of being falsely resolved. - Use Case: After a curated review leaves three open threads on PR #482, invoke the Skill to implement all three fixes, verify each with tests, reply and resolve the threads, commit the work separately, and push the branch for re-review. ## Quick Start Ask the agent to action the open review comments on the current pull request and resolve each thread after verifying the fix.