What problem does it solve? Maintainers face a constant stream of incoming bug reports and feature requests that need consistent evaluation, labeling, and preparation before work can begin. This Skill standardizes issue triage by moving each issue through a defined state machine, ensuring nothing falls through the cracks and every issue ends up with clear next steps. ## Core Features & Use Cases - State machine workflow: Assigns one category role (bug or enhancement) and one state role (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) to every issue, with defined transitions and maintainer override handling. - Bug reproduction and grilling: Attempts to reproduce reported bugs by tracing code and running tests, then asks reporters clarifying questions one at a time when details are missing. - Agent brief generation: Produces durable, behavior-focused agent briefs with testable acceptance criteria for issues delegated to AFK agents, avoiding stale file path or line number references. - Out-of-scope knowledge base: Checks and maintains a persistent record of rejected feature requests so duplicate proposals are caught early. - Use Case: A maintainer runs triage on a new bug report; the Skill reads the issue, attempts reproduction, asks the reporter for missing reproduction steps, and posts structured triage notes until the issue is ready for an agent or human. ## Quick Start Ask the assistant to triage a specific GitHub issue by number and recommend a category and state with reasoning.