Loading...
Loading...
Triage GitHub issues by applying type, effort, priority, and area labels. Runs in an isolated context to avoid polluting the main conversation with issue details. Delegates to a specialized triage agent with label validation hooks.
npx skill4agent add coleam00/archon triagegh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "unknown"gh issue list --state open --json number --jq 'length' 2>/dev/null || echo "?"gh label list --json name -q '.[].name' 2>/dev/null | head -20 || echo "none found"| Argument | Behavior |
|---|---|
| (empty) | Only unlabeled issues (default) |
| Only issues without any labels |
| All open issues |
| Specific issue (e.g., |
| Range of issues inclusive (e.g., |
gh label list --json name,descriptiongh issue view {number} --json number,title,body,labelsGlobGrepReadgh issue edit {number} --add-label "type,effort/level,P#,area.domain"## 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 |