One-click install
npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill issue-triage-ishandutta2007
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Issue Triage
Source: https://github.com/ishandutta2007/Awesome-Claude-Skills/tree/main/skills/triage
Command: npx skills add https://github.com/ishandutta2007/Awesome-Claude-Skills --skill issue-triage-ishandutta2007

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Issue triage turns unclear, incomplete, or miscategorized bug reports and feature requests into well-defined next steps that engineers and maintainers can act on quickly.

Core Features & Use Cases

  • Structured state-machine triage: Guides issues through consistent roles (bug/enhancement) and states (needs-triage, needs-info, ready-for-agent, ready-for-human, wontfix) with clear outcomes.
  • Reproduction-focused bug handling: Attempts to confirm failures in the codebase before recommending a state for bugs.
  • Clarification without redundancy: Avoids re-asking questions by reading prior triage notes and only requesting missing details.
  • Actionable deliverables: Produces triage notes, a concrete recommendation (labels + next steps), and an agent brief to pick up implementation.

Quick Start

Use Issue Triage to triage an incoming GitHub issue by providing the issue text, prior comments/notes, and any relevant repository context so it returns triage notes, labels/state recommendation, and an agent brief.

Frequently Asked Questions about Issue Triage

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

FAQPage Schema
How do I triage messy GitHub issues into actionable tasks?

Triage messy GitHub issues by processing the issue text, prior comments, and repository context to generate structured triage notes, state recommendations, and an agent brief for actionable next steps.

What is the best way to manage open-source issue workflows with incomplete bug reports?

Managing open-source issue workflows involves guiding incomplete bug reports through a structured state machine with roles like bug or enhancement, attempting codebase reproduction, and outputting labels with next steps.

How does issue triage avoid asking redundant clarification questions?

Issue triage avoids redundant clarification questions by reading prior triage notes and comments, identifying missing details, and only requesting the specific information needed to advance the issue state.

Can I use a state machine to categorize and route GitHub issues automatically?

You can use a state machine to categorize and route GitHub issues by enforcing role and state transitions such as needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix.

How do I reproduce bugs from GitHub issues within my codebase?

Reproduce bugs from GitHub issues by providing the issue text and relevant repository context, allowing the triage process to attempt failure confirmation in the codebase before recommending a state.

What do I need to provide for GitHub issue triage to generate an agent brief?

To generate an agent brief during GitHub issue triage, you need to provide the incoming issue text, prior comments or notes, and any relevant repository context to ensure clear implementation next steps.