What problem does it solve? Addressing pull request review feedback is tedious and error-prone: you must find every unresolved thread, decide what each comment actually asks for, apply minimal fixes, push, and then reply to and resolve each thread so reviewers see closure. This Skill automates that entire loop using the GitHub CLI and GraphQL API. ## Core Features & Use Cases - Unresolved thread discovery: Queries the GitHub GraphQL API to fetch only unresolved review threads, including outdated threads re-anchored to current code. - Grounded classification and planning: Re-reads the cited code before classifying each thread as requested-change, question, suggestion, spec-conflict, or unfounded, then presents a plan with draft replies for approval. - All-or-nothing fixes with closure: Applies minimal edits, commits and pushes, then replies to each thread and resolves it, verifying closure by re-querying. - Use Case: A reviewer left eight comments on your PR. Run the skill to fetch the unresolved threads, approve the proposed fix plan, and let it apply the changes, push a commit, reply to each thread with the fix SHA, and mark them resolved. ## Quick Start Ask the assistant to resolve the review comments on pull request 42 and approve the proposed change plan when presented.