What problem does it solve?
This Skill helps maintainers efficiently route GitHub issues through a clear triage workflow, reducing unanswered questions and speeding up delivery by ensuring the right issues reach the right owners.
Core Features & Use Cases
- State-machine triage workflow: Categorizes issues as either
bug or enhancement, assigns exactly one state role, and moves issues through transitions like needs-triage, needs-info, ready-for-agent, ready-for-human, or wontfix.
- AFK-agent readiness with durable briefs: Produces an agent brief that specifies acceptance criteria and scope boundaries using a stable template designed to remain valid as the codebase evolves.
- Institutional memory for rejected enhancements: Checks the
.out-of-scope/ knowledge base for prior rejections and routes new enhancement requests appropriately, including writing/annotating .out-of-scope/ entries when wontfix is decided.
- Use case: When an issue like “Login fails sometimes after password reset” arrives, the Skill can help determine whether it’s a
bug or enhancement, gather missing details, and prepare a ready-for-agent brief if it’s sufficiently specified.
Quick Start
Ask the maintainer to run triage for a specific issue number, for example: "Triaged issue #42—decide the category and move it to ready-for-agent if it is ready, otherwise request the missing information."