What problem does it solve?
Fetch, categorize, and address pull request review comments in priority order to streamline code review workflows and reduce context-switching.
Core Features & Use Cases
- Comment classification: labels every unresolved thread as BLOCKER, QUESTION, SUGGESTION, or NITPICK and orders work from blockers to nitpicks.
- PR context gathering: fetches PR metadata, inline comments, and top-level reviews to present a complete triage view.
- Guided remediation workflow: outlines planned fixes or drafted responses and tracks statuses (FIXED, DRAFTED, SKIPPED, PENDING) to keep conversations actionable.
- Use Case: a developer can run triage-pr to systematically address all reviewer feedback before merging, reducing post-merge defects and review iterations.
Quick Start
Run the triage-pr skill against a PR number or from the current branch to start categorizing and addressing comments.