A state machine for moving GitHub issues through triage workflow using six labels: bug/enhancement for categorization, and needs-triage, needs-info, ready-for-agent, ready-for-human, or wontfix for state. You invoke it with natural language like "show me what needs attention" or "let's look at #42" and it reads the issue, checks the codebase, attempts reproduction for bugs, then recommends next steps. The interesting bit is how it writes either agent briefs for issues that can be delegated to an AFK coding agent, or structured notes explaining why human judgment is needed. It also builds a knowledge base of rejected feature requests in .out-of-scope/ to avoid relitigating the same enhancement requests. Built for maintainers who want consistent issue intake without drowning in backlog chaos.
npx skills add https://github.com/vinvcn/mattpocock-skills-zh-cn --skill triage