What problem does it solve? Handling pull request review feedback is tedious: you must read every comment, judge its validity, implement fixes, reply to reviewers, and resolve threads. This Skill automates that entire loop while keeping you in control of every decision. ## Core Features & Use Cases - Comment Fetching & Parsing: Pulls unresolved review threads from any GitHub PR via GraphQL, or accepts inline pasted comments, and presents them in a structured table. - Verdict Analysis: Reads the actual code around each comment and classifies it as Accept, Reject, or Unclear with a technical rationale, waiting for your approval before changing anything. - Fix Implementation & Publishing Gate: Implements minimal fixes, groups them into conventional commits, and only replies, resolves threads, or pushes after your explicit consent. - Use Case: A reviewer leaves 12 comments on your PR. Run the triage command to get a verdict table, approve the fixes, and have accepted comments resolved with commit references while rejected ones get polite technical rebuttals. ## Quick Start Ask the assistant to triage the review comments on PR #42 and propose fixes for the valid ones.