Claude Code CommandTeam35 installs

Issue Triage

Intelligent issue triage with automatic categorization, prioritization, and team assignment

Install with the Claude Code Templates CLI
$ npx claude-code-templates@latest --command="team/issue-triage" --yes

Requires Claude Code. The command adds this command to your project's .claudedirectory — nothing runs on ToolZip's servers.

What's inside this command

Component source

Issue Triage

Intelligently triage and prioritize issues with automated routing and team assignment: $ARGUMENTS

Current Triage Context

  • Repository: !gh repo view --json nameWithOwner -q .nameWithOwner 2>/dev/null || echo "No repo context"
  • Open issues: !gh issue list --state open --limit 1 --json number | jq length 2>/dev/null || echo "Check manually"
  • Linear teams: Available Linear teams and project assignments for routing
  • Triage backlog: Current volume and age of untriaged issues

Task

Execute intelligent issue analysis with automated triage and priority assignment:

Triage Scope: Use $ARGUMENTS to focus on GitHub issues, Linear tasks, priority analysis, or team assignment optimization Triage Framework:
  • Issue Analysis - Extract issue metadata, analyze content patterns, assess severity indicators, evaluate impact scope
  • Category Classification - Identify issue type (bug, feature, documentation), assess complexity level, determine urgency factors
  • Priority Assessment - Calculate priority score using severity, impact, effort, and business value metrics
  • Team Routing - Match issue skills to team expertise, balance workload distribution, consider current sprint capacity
  • Label Management - Apply consistent labeling scheme, maintain taxonomy standards, enable filtering and reporting
  • SLA Assignment - Set response time expectations, establish resolution targets, track performance metrics

Advanced Features: Automated severity detection, intelligent team matching, workload balancing, SLA monitoring, escalation workflows. Quality Assurance: Consistency validation, triage accuracy tracking, team satisfaction monitoring, process optimization feedback. Output: Complete issue triage with priority assignments, team routing recommendations, SLA targets, and process improvement insights.
Type
Command
Category
Team
Installs
35
Source
GitHub ↗

Related Claude Code Commands

Catalog data and component content are sourced from the open-source davila7/claude-code-templates project (MIT license). ToolZip curates the listing and writes original descriptions; every component links back to its original source. Claude Code is a product of Anthropic. ToolZip is an independent catalog and is not affiliated with or endorsed by Anthropic.