Classify GitHub issues into category, severity, priority and recommend labels.
Apply this skill when the triage-agent reads an issue. Always return structured output. Never modify repository state.
needs_reproduction, needs_design, ready, duplicate, close.{
"category": "bug",
"severity": "high",
"priority": "p1",
"summary": "…",
"recommended_labels": ["bug", "area/runtime"],
"suggested_next_action": "needs_reproduction"
}