Interactive issue discovery session. Use when walking through an application to capture issues, then batch-evaluate severity and complexity.
Resources
1Install
npx skillscat add weegigs/claude-kitbash/triage Install via the SkillsCat registry.
SKILL.md
Triage
Interactive issue discovery with batch evaluation. Walk through an application, capture issues as encountered, then assess and route.
Usage
/triage [area or focus]Session Flow
1. Discovery Mode (default)
Ready to capture issues in [area]. Describe what you see.
Commands: "next" (ready for next) | "done" (begin evaluation)For each issue:
- Capture in TodoWrite:
[TRIAGE] Brief description - Acknowledge:
Noted: [summary]. Next? - Do NOT deep-dive or propose solutions
2. Evaluation Mode
When user says "done":
- List all
[TRIAGE]items - Assess each for type, severity, complexity
- Present summary table grouped by severity
See references/classification.md for assessment criteria.
3. Action Mode
Actions:
1. Create beads tasks (XS/S items)
2. Create epic + tasks (related items)
3. Start /spec (M+ complexity)
4. Export summary
5. DoneRouting:
- XS/S complexity → beads task
- M+ complexity →
/spec - Related issues → group under epic
Output Format
## Triage Summary
### Critical
| Issue | Type | Complexity | Action |
|-------|------|------------|--------|
### Major
...
### Minor / Cosmetic
...References
- classification.md - Severity and complexity criteria
- examples.md - Session examples by type
- integration.md - Beads, specs, ByteRover patterns
See Also
/spec- Full specification for complex issues@beads- Task creation/kick-off- Execution planning