← ClaudeAtlas

pr-triage-fanoutlisted

Read-only fan-out triage of your open PRs → MERGE/CLOSE/REBASE/FIX_CI/COMMENT/AWAITING_HUMAN/ESCALATE with CI verdict + mergeability. Auto-gathers all your open PRs when none are given (bots and other authors excluded). Use when you want everything you have in flight sorted into what can land, what needs a rebase or a CI fix, and what is waiting on a human — triage my PRs, what is mergeable, why is this one stuck. Not for reading one PR diff in depth (use pr-review-fanout, which sits behind this skill COMMENT verdict), not for triaging issues (use issue-triage-fanout), and not for landing anything (use merge-pr-with-gate or stacked-merge-walk).
schmug/shipofclaudius · ★ 0 · AI & Automation · score 54
Install: claude install-skill schmug/shipofclaudius
Run the `pr-triage-fanout` dynamic workflow bundled with this plugin by calling the Workflow tool with its bundled script path: ``` Workflow({ scriptPath: "${CLAUDE_PLUGIN_ROOT}/.claude/workflows/pr-triage-fanout.js", args: { /* fill from the request */ } }) ``` Fill `args` from the user's request. Common args: `numbers` (subset; omit to auto-gather), `repo`, `author`, `notes`. For the full, current argument list, read the header comment / `meta` block in `${CLAUDE_PLUGIN_ROOT}/.claude/workflows/pr-triage-fanout.js`, or the repo README "Arguments" table. READ-ONLY; triages only the resolved author's PRs; read-scoped `gh` token.