triage-issue

Installation
SKILL.md

Triage a GitHub Issue

Steps

  1. Read the issue title and body carefully.
  2. Classify the issue priority:
    • P0: Crash, data loss, or complete breakage affecting all users
    • P1: Significant bug or regression affecting many users
    • P2: Minor bug, enhancement request, question, or cosmetic issue
  3. Search for potential duplicates among open AND closed issues (closed bugs may have regressed):
    gh issue list --state open --search "<key terms from the issue>" --limit 5
    gh issue list --state closed --search "<key terms from the issue>" --limit 5
    
  4. Apply the priority label (P0, P1, or P2):
    gh issue edit $ISSUE_NUMBER --add-label "<priority>"
    
  5. Comment only when genuinely needed:
Related skills
Installs
7
GitHub Stars
7.1K
First Seen
Apr 13, 2026