What problem does it solve?
This Skill helps developers inspect and act on GitHub pull request review feedback that the standard connector surfaces only as flat comments, surfacing thread-aware review context and grouping actionable threads for targeted fixes.
Core Features & Use Cases
- Thread-aware fetching: Uses a bundled GraphQL workflow to retrieve reviewThreads, resolution state, and inline anchors that the connector does not preserve.
- Actionable clustering: Groups comments by file or behavioral area and separates change requests from informational notes or duplicates.
- Local implementation workflow: Guides confirmation, implements selected fixes locally, and summarizes which threads were addressed versus left open.
- Use Case: When a developer wants to work through unresolved review threads on the current branch PR, fetch thread context, and apply a curated set of fixes locally before summarizing results.
Quick Start
Use the gh-address-comments skill to fetch thread-aware review context for the current branch PR, pick which unresolved actionable threads to fix, and implement the selected changes locally.