pr-triage

Audit open pull requests and generate a triage table with priorities and overlaps.

Updated May 30, 2026
One-click install
npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill pr-triage-alexica00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-triage
Source: https://github.com/alexica00/claude-code-ultimate-guide/tree/main/examples/skills/pr-triage
Command: npx skills add https://github.com/alexica00/claude-code-ultimate-guide --skill pr-triage-alexica00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Auditing a backlog of open pull requests can be time-consuming and error-prone; this skill automates a multi-phase workflow to surface priorities, overlaps, staleness, and review needs.

Core Features & Use Cases

  • Four-phase workflow: audit open PRs, optional deep review via parallel agents, validated comments, and optional worktree setup for local review.
  • Generates a triage table that separates internal vs external PRs, tracks staleness, overlaps, CI status, and reviewer readiness to guide action.
  • Interactive navigation: after Phase 1, prompts for Phase 2 (deep review), Phase 4 (worktrees), or completion.

Quick Start

Run the PR triage with /pr-triage to audit the backlog and initiate Phase 1: Audit.

Frequently Asked Questions about pr-triage

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

FAQPage Schema
How do I automate pull request triage for a backlog of open PRs?

Pull request triage identifies priority, overlapping, stale, and review-ready PRs within a backlog. It audits open pull requests by separating internal from external contributions, tracking CI status, draft state, and staleness to guide which code reviews require immediate action.

How do I prioritize code review backlogs with overlapping pull requests?

Prioritizing overlapping code reviews requires auditing open PRs to detect intersections and staleness. Triage generates a table separating internal vs external PRs, tracking CI status and reviewer readiness, ensuring developers address the most critical code changes first.

Can I set up git worktrees for local testing before reviewing pull requests?

Git worktrees can be set up for local testing during the optional fourth phase of the PR triage workflow. After auditing priorities and deep reviewing code, worktrees are configured to allow local validation before any comments are posted or changes are applied.

Does the PR triage workflow post review comments automatically without validation?

PR triage does not post comments automatically; it requires explicit user validation before any posting or changes occur. Draft comments are generated during the workflow, but safe operation is enforced by ensuring a user confirms all actions beforehand.

What is the best way to review a large backlog of open pull requests?

The best way to review a large backlog is a multi-phase workflow: audit open PRs for priorities, perform optional deep reviews via parallel agents, draft validated comments, and optionally set up worktrees. This surfaces staleness, overlaps, and CI status to guide action.

How does deep review work when auditing pull requests?

Deep review works as the optional second phase of PR triage, utilizing parallel agents to analyze code changes after the initial audit. It follows the audit phase and precedes drafting comments, allowing thorough examination of complex pull requests before action.