What problem does it solve? After a code review, pull requests accumulate unresolved review threads that require manual fixes, replies, and resolution clicks. This Skill automates the entire loop of working through every open PR review thread so nothing is silently skipped. ## Core Features & Use Cases - Thread triage: Fetches all unresolved review threads via the GitHub GraphQL API and classifies each as needing a code fix, an explanation-only reply, or a respectful disagreement. - Targeted code fixes: Applies minimal edits traced directly to reviewer feedback, then runs typecheck and tests before pushing. - Reply and resolve automation: Replies to the first comment of each thread and resolves every thread using the correct GraphQL node IDs. - Use Case: After a reviewer leaves eight comments on your PR, invoke this Skill to fix the valid issues, answer questions, push the changes, and resolve all threads in one pass. ## Quick Start Ask the agent to address the feedback on the current pull request and resolve all open review threads.