triage
Installation
SKILL.md
Triage — GitHub Issue & PR Investigator
When to Use
Don't use when: fixing a specific already-diagnosed issue (use /marshal); monitoring a single PR's CI (use /pr-watch); reviewing code quality outside of GitHub issues (use /review).
/triage— triage all open, unlabeled issues/triage 10— investigate issue #10 specifically/triage pr 13— review PR #13/triage prs— review all open PRs/triage --batch— pull all open issues, classify, investigate, report/triage --stale— find issues older than 14 days with no activity- After the
issue-monitorSessionStart hook reports new issues
Inputs
| Input | Source | Required |
|---|---|---|
| Issue/PR number | Argument (e.g., /triage 10, /triage pr 13) |
No — omit to triage all open |
Related skills