What problem does it solve? Addressing inline code review feedback on a GitHub pull request often means manually clicking through dozens of comments, losing track of which ones are resolved, and missing context around each suggestion. This Skill automates the retrieval of every active review thread and walks through applying each change systematically. ## Core Features & Use Cases - Comment Retrieval: Uses the GitHub GraphQL API via the gh CLI to fetch all unresolved, non-outdated review threads, each paired with its diff hunk for full code context. - Systematic Resolution: Creates one todo item per comment, then applies suggestion blocks verbatim or infers changes from free-form feedback. - Verification: Runs cargo check and cargo nextest run after all comments are addressed to confirm nothing broke. - Use Case: A reviewer leaves 12 inline comments on your Rust PR. Run the Skill to pull every comment with surrounding code, work through them one by one, and verify the build before pushing. ## Quick Start Ask the agent to resolve the review comments on the current pull request, and it will fetch each inline comment with its code context and apply the changes one at a time.