What problem does it solve? Maintainers of open-source projects drown in unlabeled issues and external PRs, and inconsistent triage leads to stale requests, lost context, and vague specs that autonomous agents cannot act on. This Skill enforces a consistent triage workflow so every issue ends up categorized, verified, and either actionable or explicitly closed. ## Core Features & Use Cases - State machine triage: Moves issues and external PRs through category roles (bug, enhancement) and state roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) with conflict detection. - Verification and deduplication: Reproduces reported bugs, checks out PR diffs, searches the codebase for existing implementations, and matches requests against a .out-of-scope/ knowledge base of prior rejections. - Agent brief generation: Writes durable, behavior-focused agent briefs with acceptance criteria and scope boundaries so AFK agents can implement changes without re-reading the whole thread. - Use Case: A maintainer runs the triage workflow on issue #42; the Skill reads the thread, reproduces the bug, checks .out-of-scope/ for prior rejections, grills the reporter for missing details, and posts a complete agent brief before labeling it ready-for-agent. ## Quick Start Ask the agent to triage issue #42 and move it to the appropriate state with an agent brief.