What problem does it solve? Responding to pull request review feedback is tedious: comments arrive as inline threads, review summaries, and PR-level comments, each requiring different APIs to fetch and reply to. This Skill automates the entire loop of collecting unresolved feedback, deciding what must be fixed, applying code changes, and posting replies. ## Core Features & Use Cases - Unified comment collection: Gathers inline review threads via GraphQL, review summary bodies, and PR-level issue comments in parallel, deduplicating overlapping topics. - Priority classification: Sorts feedback into Must Fix, Should Fix, questions, and informational items, then applies fixes, commits, and pushes automatically. - Structured replies: Posts per-thread replies using the correct root comment ID and publishes a single summary comment using English or Japanese templates. - Use Case: After a reviewer leaves a dozen comments on your PR, ask the agent to handle them; it fixes blocking issues, declines out-of-scope suggestions with technical reasoning, and replies to every thread. ## Quick Start Resolve all review comments on the current pull request, fix what is needed, and reply to each comment.