triage-issue
Triaging a GitHub Issue
Overview
Triage = assign type/ + priority/ labels, leave a key comment when there's judgment worth recording, then remove status/needs-triage. Inspect the repo's label schema via gh label list — the type/* / priority/* / status/* convention used below is a common default but adapt to what the repo actually has.
Scope: one issue per invocation. For backlog walkthroughs, the caller enumerates gh issue list --label status/needs-triage and invokes this skill per result.
Core principle: comments are signal, not ceremony. Skip when the issue body already covers what you'd say. Only add information the reader can't get from the body or labels alone.
When to Use
- User says "triage #N" / "triage this issue"
- An issue lacks
type/orpriority/labels - An issue carries
status/needs-triage
For backlog work (triage backlog / many issues at once), the caller orchestrates: list issues, invoke this skill per issue.