Skip to main content
Code Guide
Skill Recommended

pr-triage/

4-phase PR backlog management with worktree setup

When to use this

  • When your PR backlog has grown and you need a systematic 4-phase prioritization pass
  • When setting up worktrees to parallelize PR reviews without switching branches
  • When preparing for a sprint and need to decide which open PRs to close, merge, or escalate

How to use

  1. Open the template on GitHub and copy its content: skills/pr-triage/
  2. Place the file inside .claude/skills/ in your project (or globally in ~/.claude/ to share across all projects).
  3. Read through the file, identify the sections that need project-specific values, and update them before committing.

Related templates