What problem does it solve? Working through a backlog of inline GitHub PR review comments is tedious and error-prone: reviewers' requests get lost, already-addressed threads waste time, and it is hard to judge whether a suggestion is sound without digging into the diff and surrounding code. This Skill triages unresolved review threads one at a time, gathers the relevant evidence, and gives a pragmatic assessment of what the reviewer wants and what to do about it. ## Core Features & Use Cases - Thread-by-thread triage: Fetches all unresolved review threads via the GitHub GraphQL API, classifies each as actionable or already handled, and presents the oldest actionable thread first. - Evidence-grounded analysis: Reads the full thread, the cited diff hunk, the current PR diff, and local code (committed, staged, and unstaged changes) before judging the reviewer's request. - Pragmatic recommendations: States when a comment is stale, already addressed, incorrect, or over-scoped, and recommends the smallest correct change with a concrete next step. - Use Case: After pushing updates to a PR, ask for the next unresolved comment; the Skill skips threads already remedied by your local changes and analyzes the oldest remaining one, including a file reference and implementation direction. ## Quick Start Use the comment-commentary skill to analyze the next unresolved review thread on my current pull request.