issue-triage

Classify open issues by complexity and feasibility in doc/issues.

1|Updated Jan 29, 2015
One-click install
npx skills add https://github.com/hayamiz/catscope --skill issue-triage-hayamiz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-triage
Source: https://github.com/hayamiz/catscope/tree/main/.claude/skills/issue-triage
Command: npx skills add https://github.com/hayamiz/catscope --skill issue-triage-hayamiz

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage all open issues — determine complexity, feasibility, and whether user design decisions are needed.

Core Features & Use Cases

  • Collects open issues from doc/issues (excluding CLAUDE.md and the resolved/ subdirectory) and classifies each item by complexity, mechanical fixability, and need for user input.
  • Uses subagents to analyze each issue against the project's SPEC and relevant context, then updates the issue files with a structured triage summary.
  • Provides a clear, actionable report to your team, enabling quicker prioritization and design decisions.

Quick Start

Run the triage on all open issues in doc/issues to generate and append a structured Triage section with results.

Frequently Asked Questions about issue-triage

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

FAQPage Schema
How do I automatically assess issue complexity and determine if design decisions are needed?

To triage open issues for complexity, the Skill collects items from doc/issues, excluding CLAUDE.md and the resolved subdirectory. It analyzes each open item against the project SPEC and appends a structured Triage section with an updated date to the issue files.

What's the best way to classify open issues by mechanical fixability versus design requirements?

Classifying issue feasibility is done by applying a multi-agent approach to analyze each open item against the project's SPEC. The Skill determines mechanical fixability versus design requirements and appends a structured Triage section with an updated date to each issue.

Does the triage process work with issues stored outside the doc/issues directory?

No, the triage process only collects open issues tracked in the doc/issues directory. It explicitly excludes CLAUDE.md and the resolved subdirectory, focusing its multi-agent analysis solely on the files within that specific project structure.

How does multi-agent issue analysis generate actionable prioritization reports?

Multi-agent issue analysis generates actionable reports by using subagents to assess complexity, feasibility, and decision requirements for each open issue. It then updates the issue files with a structured triage summary, providing a clear report to enable quicker team prioritization.

Can I use this triage workflow for issues that have already been moved to the resolved subdirectory?

No, you cannot use this triage workflow for resolved issues. The Skill explicitly excludes the resolved subdirectory and CLAUDE.md from its collection scope, applying its complexity and feasibility assessment only to currently open issues.