triage-issue

Analyze GitHub issues to recommend a Claude Code model for resolution.

Updated Mar 3, 2026
One-click install
npx skills add https://github.com/EtaCassiopeia/claude-skills --skill triage-issue-etacassiopeia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage-issue
Source: https://github.com/EtaCassiopeia/claude-skills/tree/main/config/skills/triage-issue
Command: npx skills add https://github.com/EtaCassiopeia/claude-skills --skill triage-issue-etacassiopeia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) components.

What problem does it solve?

This Skill helps determine the most appropriate Claude Code model to use for resolving GitHub issues, based on the nature and complexity of the issue.

Core Features & Use Cases

  • Model Recommendation: Suggests the optimal Claude Code model (Opus, Fable, Sonnet) for handling different types of issues.
  • Issue Analysis: Reads GitHub issue details and assesses the design and mechanical aspects of the issue.
  • Efficiency: Saves time by making an informed decision on the model to use before running the /fix-issue command.

Quick Start

Use the /triage-issue command followed by the GitHub issue number to get a model recommendation for resolving the issue.

Frequently Asked Questions about triage-issue

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine the best Claude Code model for GitHub issue resolution?

To determine the best Claude Code model for GitHub issue resolution, you can use the /triage-issue command followed by the issue number. It analyzes issue complexity and design requirements to recommend Opus, Fable, or Sonnet.

Can I use the triage-issue command to analyze GitHub issue complexity before fixing it?

Yes, you can use the triage-issue command to analyze GitHub issue complexity before fixing it. The Skill reads issue details and assesses mechanical aspects to recommend the optimal model for resolution.

Do I need GitHub API access to get a Claude Code model recommendation for an issue?

Yes, you need GitHub API access to get a Claude Code model recommendation. The Skill requires the gh and git dependencies along with the Claude Code environment to read and analyze issue details.

What is the best way to choose between Claude Code Opus and Sonnet for a GitHub issue?

The best way to choose between Claude Code Opus and Sonnet for a GitHub issue is to run triage-issue. It evaluates the issue's design requirements and suggests the most suitable model for efficient resolution.

Why should I run a model recommendation check before using Claude Code to fix an issue?

You should run a model recommendation check before using Claude Code to fix an issue because it saves time. It makes an informed decision on the appropriate model to use before you execute the actual resolution command.

Does triage-issue work with any GitHub repository to suggest a resolution model?

Yes, triage-issue works with any GitHub repository where you have API access. It reads the specific issue details from the repository to evaluate complexity and output a model recommendation.