What problem does it solve? Maintainers drown in unlabeled issues and half-specified feature requests. This Skill runs a structured triage workflow that categorizes issues and external PRs, verifies claims against the codebase, grills reporters for missing detail, and produces durable agent-ready briefs so work can be delegated to AFK agents or humans. ## 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, treating a PR as an issue with attached code. - Codebase verification: Reproduces reported bugs, checks out PR diffs to confirm claims, detects already-implemented requests, and matches new requests against a .out-of-scope/ knowledge base of prior rejections. - Agent brief authoring: Writes durable, behavioral agent briefs with acceptance criteria and explicit scope boundaries, plus structured needs-info triage notes that preserve resolved context. - Use Case: A maintainer says "Let's look at #42" — the Skill reads the issue, checks the codebase for existing implementations and prior rejections, verifies the claim, grills the reporter if needed, and posts an agent brief so an AFK agent can implement it. ## Quick Start Ask the assistant to triage issue #42 or show everything on the issue tracker that needs attention.