triage

Solid

Apply a formal state machine to issues — assign category (bug/enhancement/question/spike) and state (needs-triage → needs-info → ready-for-agent → ready-for-human → wontfix). Issues marked ready-for-agent become inputs to supergraph:plan. Use when processing a backlog, reviewing new issues, or preparing work for automation.

AI & Automation 22 stars 5 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 81/100

Stars 20%
45
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /supergraph:triage Classify issues with a formal state machine. `ready-for-agent` is the handoff trigger to the supergraph pipeline. Announce: "🗂️ /supergraph:triage — classifying issues..." ## State Machine ``` needs-triage ├── enough info → [assign category] → ready-for-agent | ready-for-human └── missing info → needs-info → [info provided] → ready-for-agent | ready-for-human ready-for-agent → supergraph:plan pipeline ready-for-human → manual dev / architectural decision needed wontfix → closed with reason ``` ## Category Roles | Category | When | |---|---| | `bug` | Observed behavior differs from specified behavior | | `enhancement` | New capability or improvement to existing behavior | | `question` | Needs clarification before any action | | `spike` | Research / proof-of-concept, no production code | ## State Roles | State | Meaning | |---|---| | `needs-triage` | Unreviewed — default for new issues | | `needs-info` | Blocked on missing information from reporter | | `ready-for-agent` | Fully specified — safe for `/supergraph:plan` to consume | | `ready-for-human` | Needs human judgment (architecture, business decision, security) | | `wontfix` | Will not be addressed — reason required | ## Triage Workflow ### For each issue: **1. Read the issue completely.** **2. Assign category** — bug / enhancement / question / spike. **3. Check readiness for agent:** A `bug` is `ready-for-agent` when: - [ ] Steps to reproduce are clear - [ ] Expected ...

Details

Author
datit309
Repository
datit309/supergraph
Created
4 months ago
Last Updated
6 days ago
Language
Shell
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category