Triage Open Pull Requests banner
EveryInc EveryInc

Triage Open Pull Requests

Git community intermediate

Description

Review, label, and act on all open PRs for a repository using parallel review agents. Produces a grouped triage report, applies labels, cross-references with issues, and walks through each PR for merg

Installation

Terminal
claude install-skill https://github.com/EveryInc/compound-engineering-plugin

README


name: triage-prs description: Triage all open PRs with parallel agents, label, group, and review one-by-one argument-hint: "[optional: repo owner/name or GitHub PRs URL]" disable-model-invocation: true allowed-tools: Bash(gh *), Bash(git log *)

Triage Open Pull Requests

Review, label, and act on all open PRs for a repository using parallel review agents. Produces a grouped triage report, applies labels, cross-references with issues, and walks through each PR for merge/comment decisions.

Step 0: Detect Repository

Detect repo context:

    undefined

If `$ARGUMENTS` contains a GitHub URL or `owner/repo`, use that instead. Confirm the repo with the user if ambiguous.

Step 1: Gather Context (Parallel)

Run these in parallel:

    undefined

Step 2: Batch PRs by Theme

Group PRs into review batches of 4-6 based on apparent type:

    undefined

Step 3: Parallel Review (Team of Agents)

Spawn one review agent per batch using the Task tool. Each agent should:

For each PR in their batch:

    undefined

Instruct each agent to:

    undefined

Step 4: Cross-Reference Issues

After all agents report, match issues to PRs:

    undefined

Build a mapping table:

| Issue | PR | Relati