What problem does it solve?
This Skill provides a disciplined process for engineers to read, categorize, and resolve GitHub pull request review comments so PRs are handled cleanly, preventing partial fixes, missed feedback, and rework.
Core Features & Use Cases
- Structured Triage: Fetches unresolved inline review threads and ensures every comment is assigned to Fix, Decision needed, Clarification, or Duplicate.
- Blocker Surfacing: Identifies and reports design or ambiguous comments that require human decisions before any code changes are made.
- Verification and Traceability: Verifies each fix addresses the original comment, stages only changed files, commits with a descriptive message, and leaves concise PR replies; ideal for engineers responding to review rounds in collaborative repositories.
Quick Start
Address PR number 9 by fetching unresolved review threads, categorizing each comment, surfacing blockers, implementing fixes, verifying them against the original comments, and committing only the files changed in response.