What problem does it solve? Working through GitHub pull request review feedback is tedious when review threads, resolution state, and inline comment locations are scattered across the GitHub UI, and flat comment APIs lose thread-level context needed to know what still needs fixing. ## Core Features & Use Cases - Thread-Aware Review Reads: Fetches reviewThreads with isResolved, isOutdated, and file/line anchors via a bundled GraphQL script run through the gh CLI, preserving context that flat comment surfaces lose. - Actionable Feedback Clustering: Groups review comments by file or behavior area and separates actionable change requests from approvals, resolved threads, and informational notes. - Scoped Fix Implementation: Presents numbered actionable threads, confirms scope with the user, then implements selected fixes locally with each change traceable to its source thread. - Use Case: A reviewer left eight inline comments on your PR, three already resolved. Use this Skill to list only the unresolved actionable threads, pick which to fix, apply the code changes, and get a summary of what was addressed. ## Quick Start Use gh-address-comments to list the unresolved review threads on my current branch's pull request and fix the ones I select.