What problem does it solve? Working through pull request review feedback is tedious: inline review threads, resolution state, and outdated comments are hard to track, and flat comment APIs lose thread context. This Skill fetches thread-aware review data via GraphQL, clusters actionable feedback, and guides implementing the selected fixes. ## Core Features & Use Cases - Thread-Aware Review Fetching: Uses a bundled GraphQL script via gh to retrieve reviewThreads, isResolved, isOutdated, and file/line anchors that flat comment surfaces miss. - Feedback Clustering and Scoping: Groups comments by file or behavior area, separates actionable requests from approvals and resolved threads, and confirms scope before editing. - Traceable Fix Implementation: Implements selected fixes locally with each change traceable back to its review thread, then summarizes what was addressed and what was left open. - Use Case: A reviewer left 12 inline comments on your PR. Use this Skill to list the unresolved actionable threads, pick which ones to fix, apply the code changes, and get a summary of what changed. ## Quick Start Use the gh-address-comments skill to review the unresolved feedback on my current branch's pull request and fix the actionable comments.