What problem does it solve?
Maintainers and reviewers face time-consuming manual triage of open pull requests, missed overlaps, stale PRs, and inconsistent review workflows. This Skill provides a repeatable, audit-first workflow that classifies PRs, highlights risks, and prepares validated review drafts so maintainers can act efficiently.
Core Features & Use Cases
- Phase 1 — Audit: Collects PR metadata, classifies size and CI status, detects overlaps and clusters, and produces a triage table with actionable recommendations.
- Phase 2 — Deep Review: Optionally spawns parallel code-reviewer agents to generate structured, file/line-specific review reports and aggregates the results.
- Phase 3 — Comment Drafting: Generates English review comment drafts from templates and requests explicit user validation before posting.
- Phase 4 — Worktree Setup: Optionally creates local git worktrees per PR for hands-on testing, with safeguards for cache, .gitignore, and fetch failures.
- Use Cases: Catch up after a backlog of >5 PRs, focus on specific PR numbers, handle problematic PRs (large, CI failures, merge conflicts), or prepare local review environments.
Quick Start
Run the pr-triage skill to audit open PRs, generate a triage table, and draft validated review comments for selected pull requests.