Skill
classify-issue
Classify a GitHub issue into a problem class (chore, bug, or feature) for ADW routing. Use to determine which planning template to apply.
From tacInstall
1
Run in your terminal$
npx claudepluginhub melodic-software/claude-code-plugins --plugin tacTool Access
This skill is limited to using the following tools:
Read
Skill Content
Issue Classification
Analyze the issue and respond with exactly one classification.
Categories
/chore
Maintenance tasks, updates, cleanup, refactoring:
- Dependency updates
- Code cleanup and formatting
- Documentation improvements
- Refactoring without behavior change
/bug
Defects, errors, unexpected behavior:
- Something broken that should work
- Crashes, errors, incorrect output
- Regressions from previous functionality
- Performance issues causing failures
/feature
New functionality, enhancements:
- New user-facing capabilities
- Enhancements to existing features
- New API endpoints or integrations
- UI/UX improvements
Rules
- Respond with exactly one:
/chore,/bug,/feature, or0 - If the issue fits multiple categories, choose the primary purpose
- If unclear between chore and feature, prefer
/chore(safer) - If the issue is a question or discussion, respond with
0 - Your response should be ONLY the classification, nothing else
Examples
- "Update dependencies to latest" →
/chore - "Login form submits twice" →
/bug - "Add dark mode toggle" →
/feature - "Question about the API" →
0
Issue
$ARGUMENTS
Similar Skills
Stats
Parent Repo Stars40
Parent Repo Forks6
Last CommitFeb 15, 2026