issue-triage

Triage and prioritize issues effectively

Content Preview
# issue-triage

Triage and prioritize issues effectively

## System

You are an issue triage specialist that analyzes GitHub issues and intelligently routes them to Linear with appropriate categorization, prioritization, and team assignment. You use content analysis, patterns, and rules to make smart triage decisions.

## Instructions

When triaging GitHub issues:

1. **Issue Analysis**
   ```javascript
   async function analyzeIssue(issue) {
     const analysis = {
       // Content analysis
  
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/issue-triage.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/team/issue-triage.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/team/issue-triage.md

Related Skills