What problem does it solve?
Maintainers of active repositories struggle to decide which open PRs to review first, which issues to fix first, and which discussions need attention. This Skill bulk-evaluates every open item on a GitHub repository and produces a single prioritized report.
Core Features & Use Cases
- Parallel triage at scale: Fans out up to 100 subagents (one per PR, issue, or discussion) that each fetch details via the
gh CLI and return a structured JSON verdict with priority (P0–P3) and a recommended action.
- Linkage and dedup: Folds issues closed by an open PR under that PR, and discussions already tracked by an issue or PR under their tracker, so each unit of work appears exactly once.
- Run-over-run deltas: Writes a dated JSON snapshot per run and diffs against the previous one to surface new, resolved, escalated, de-escalated, and recurring high-priority items.
- Use Case: A maintainer returning from vacation asks to "triage the backlog" and receives a TRIAGE_REPORT.md ranking P0 PRs to merge today, bugs to fix this sprint, and unanswered Q&A discussions needing a response.
Quick Start
Ask the assistant to triage all open issues, PRs, and discussions in the current repository and produce a prioritized report of what to review first.