What problem does it solve? Addressing pull request review feedback manually requires reading every comment, judging which ones demand code changes, and planning fixes without missing anything. This Skill automates that triage by collecting all PR comments via the GitHub CLI, classifying them, and producing an approval-gated fix plan before any code changes. ## Core Features & Use Cases - Comment Collection: Gathers PR comments, review threads, and issue comments using gh pr view and the GitHub REST API. - Structured Classification: Labels each comment as required fix, suggested fix, or question/discussion, with severity, category, and impact scope. - Approval-Gated Implementation: Presents a fix plan in a standardized Markdown format and waits for explicit user approval before editing code. - Use Case: A reviewer leaves 12 comments on your feature branch. Run this Skill to collect them, get a prioritized fix plan, approve it, and have the required and suggested fixes implemented with validation. ## Quick Start Ask the assistant to review the pull request comments on the current branch and fix the approved items.