What problem does it solve? Maintainers drown in unstructured issue backlogs: unlabeled reports, vague bug claims, and feature requests that were already rejected. This Skill runs a consistent triage workflow that categorizes issues and PRs, verifies claims against the codebase, and produces durable agent-ready briefs so work can be delegated without re-litigating decisions. ## Core Features & Use Cases - State machine triage: Applies category roles (bug, enhancement) and state roles (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to issues and external PRs, with conflict detection and maintainer overrides. - Claim 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 authoring: Writes durable, behavioral agent briefs with acceptance criteria and scope boundaries, plus structured needs-info triage notes that preserve resolved context across sessions. - Use Case: A maintainer says "Show me anything that needs my attention" and gets three buckets — unlabeled, needs-triage, and needs-info with new reporter activity — then picks #42, has the bug verified against the codebase, and moves it to ready-for-agent with a complete brief. ## Quick Start Ask the assistant to triage issue #42 and recommend a category and state with reasoning.