What problem does it solve? Addressing pull request feedback requires manually fetching review threads, checking which comments are still unresolved, verifying whether each issue still exists in the code, and applying fixes one by one. This Skill automates that entire loop so you can respond to PR feedback quickly and consistently. ## Core Features & Use Cases - Unresolved Thread Detection: Uses the GitHub GraphQL API to fetch review threads and filters out resolved ones via the isResolved field. - Issue Verification: Reads the referenced source files to confirm whether each commented issue still exists before acting on it. - Automatic Fixes: Applies straightforward fixes directly with Edit/Write tools, and asks the user only when changes involve design decisions or breaking changes. - Use Case: A reviewer left eight comments on your PR overnight. Run this Skill with the PR URL to get a structured report of which issues remain, have the simple ones fixed automatically, and receive a summary of items needing discussion. ## Quick Start Ask the assistant to review the pull request at a given GitHub URL and address all unresolved review comments.