What problem does it solve? Maintainers of active repositories face a constant stream of incoming bug reports and feature requests that need consistent classification, reproduction, and routing. This Skill moves issues through a structured state machine so every issue ends up properly categorized, specified, and assigned to the right next step. ## Core Features & Use Cases - State machine workflow: Routes issues through needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix states, each paired with a bug or enhancement category. - Agent brief generation: Produces durable, behavior-focused agent briefs with acceptance criteria so AFK agents can implement issues without re-reading stale context. - Out-of-scope knowledge base: Records rejected feature requests in .out-of-scope/ files and surfaces prior rejections when similar requests reappear. - Use Case: A maintainer runs triage on a backlog of 20 unlabeled issues; the Skill reproduces reported bugs, grills ambiguous requests, posts triage notes or agent briefs, and closes duplicates of previously rejected features. ## Quick Start Ask the agent to triage the open issues on your repository and show anything that needs your attention.