Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
coleam00 avatar

Triage

  • 1 installs
  • 20 repo stars
  • Updated March 23, 2026
  • coleam00/claude-code-new-features-early-2026

This is a copy of triage by coleam00 - installs and ranking accrue to the original listing.

Helps with ai & agent building tasks.

About

triage is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • triage
  • AI & Agent Building
  • AI-coding skill

Triage by the numbers

  • 1 all-time installs (skills.sh)
  • Data as of Jul 29, 2026 (Skillselion catalog sync)
npx skills add https://github.com/coleam00/claude-code-new-features-early-2026 --skill triage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars20
Last updatedMarch 23, 2026
Repositorycoleam00/claude-code-new-features-early-2026

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Triage GitHub Issues

Triage issues for this repository by applying appropriate labels.

Repository Context

  • Current repo: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown"
  • Open issues: !gh issue list --state open --json number --jq 'length' 2>/dev/null || echo "?"
  • Existing labels: !gh label list --json name -q '.[].name' 2>/dev/null | head -20 || echo "none found"

---

Scope

Determine which issues to triage based on the arguments: $ARGUMENTS

ArgumentBehavior
(empty)Only unlabeled issues (default)
unlabeledOnly issues without any labels
allAll open issues
NSpecific issue (e.g., 67)
N-MRange of issues inclusive (e.g., 60-67)

Process

1. Fetch available labels — run gh label list --json name,description to understand the label taxonomy. Labels are organized into type, effort, priority, and area categories.

2. Fetch target issues — based on the scope above. For each issue, fetch the full body:

   gh issue view {number} --json number,title,body,labels

3. For each issue:

  • Read the title and full body carefully
  • If needed, explore the codebase (Glob, Grep, Read) to understand the affected code
  • Classify: one type, one effort, one priority, one or more areas
  • Track relationships with other issues (duplicates, related, blocking)
  • Apply labels:
     gh issue edit {number} --add-label "type,effort/level,P#,area.domain"
  • Skip issues that already have complete labeling (type + effort + priority + area)
  • For partially labeled issues, only add missing label categories

4. Output a triage summary:

   ## Triage Summary

   | Issue | Title | Labels Applied | Reasoning |
   |-------|-------|----------------|-----------|
   | #67 | ... | bug, effort/low, P1, core.config | ... |

   **Totals:**
   - Issues triaged: X
   - Already labeled (skipped): Y
   - By priority: P0(n), P1(n), P2(n), P3(n)

   ## Relationships Discovered

   | Issues | Relationship | Notes |
   |--------|--------------|-------|
   | #61, #62 | Related | Both involve config/logging UX |

Rules

  • Don't hardcode labels — always fetch current labels first, they may change
  • Respect existing labels — don't remove labels, only add missing ones
  • Check issue body — titles alone aren't enough context
  • Use the codebase — if understanding a relationship requires seeing how modules connect, look
  • When uncertain, note it — flag ambiguous issues in the summary rather than guessing

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.