What problem does it solve? Addressing pull request review feedback involves juggling unresolved threads, branch alignment, validation, and thread-by-thread replies, which is error-prone when done manually. This Skill automates the full loop: it loads unresolved review comments, plans and implements fixes, validates them, and replies directly in each review thread. ## Core Features & Use Cases - Thread-Driven Fixes: Pulls unresolved review threads from the git host, categorizes each comment (critical, important, style, noise, question), and implements prioritized fixes on the correct PR branch. - Approval-Gated Execution: In review mode, requires explicit approval before committing, pushing, or replying; auto mode runs end-to-end without pausing. - Direct Thread Replies and Resolution: Replies inside review threads via the reply API (never standalone PR comments) and resolves fully addressed threads through GraphQL. - Use Case: A reviewer leaves eight comments on your PR, two of which are outdated. Run this Skill to check out the PR branch, fix the six actionable comments, run lint and tests, and post concise replies resolving each thread. ## Quick Start Fix the review feedback on pull request 142 and reply to each review thread after pushing the changes.