triage-pr

Classify pull request review comments into BLOCKER, QUESTION, SUGGESTION, and NITPICK.

3|1|Updated Nov 29, 2025
One-click install
npx skills add https://github.com/indrasvat/claude-code-skills --skill triage-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-pr
Source: https://github.com/indrasvat/claude-code-skills/tree/main/skills/triage-pr
Command: npx skills add https://github.com/indrasvat/claude-code-skills --skill triage-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about triage-pr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I categorize and prioritize pull request review comments?

To categorize pull request review comments, this Skill automates triage by classifying unresolved threads into BLOCKER, QUESTION, SUGGESTION, and NITPICK categories. It orders work from blockers to nitpicks to streamline code review workflows and reduce context-switching.

What is the best way to address blocker comments before merging a pull request?

The best way to address blocker comments is using a guided remediation workflow that prioritizes blockers first. This Skill tracks comment statuses like FIXED, DRAFTED, or PENDING to ensure blockers are resolved before merging, reducing post-merge defects.

How does automated PR triage gather context from inline comments and top-level reviews?

Automated PR triage gathers context by fetching PR metadata, inline comments, and top-level reviews to present a complete triage view. This comprehensive context gathering ensures all reviewer feedback is categorized and addressed systematically.

Can I run triage on a specific PR number or from my current branch?

Yes, you can run triage on a specific PR number or from the current branch. The Skill operates across the PR lifecycle, from identifying the target PR to summarizing statuses for every comment and ensuring blockers are resolved first.

Does this PR review triage tool work without requiring external dependencies?

Yes, this PR review triage tool works without external dependencies. It independently automates the prioritization and handling of PR review feedback by classifying comments and guiding disposition in priority order.