triage

Apply category and state roles to triage issues across collaborative workflows.

16|Updated Jun 6, 2026
One-click install
npx skills add https://github.com/Insik-Han/han-monorepo-template --skill triage-insik-han
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/Insik-Han/han-monorepo-template/tree/main/.agents/skills/triage
Command: npx skills add https://github.com/Insik-Han/han-monorepo-template --skill triage-insik-han

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Triage teams need a durable, repeatable framework to classify and route issues, reducing ambiguity and cross-team drift.

Core Features & Use Cases

  • Canonical category and state roles guide decision making for each issue
  • Surface context from prior triage notes and reference docs (AGENT-BRIEF.md, OUT-OF-SCOPE.md) to inform decisions
  • Automate or normalize transitions between states (needs-triage → needs-info → ready-for-agent → ready-for-human → wontfix) and prepare agent briefs when ready

Quick Start

Invoke /triage on an issue to classify it, gather context, and progress it through the canonical roles and states.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate issue triage with a state-machine workflow?

Issue triage routing uses canonical category and state roles to classify items, progressing them through states like needs-info, ready-for-agent, ready-for-human, or wontfix. This structured workflow ensures consistent execution and reduces cross-team ambiguity.

How do I prepare an AFK agent brief for automated workflows?

Preparing an AFK agent brief requires moving an issue to the ready-for-agent state. The workflow gathers context from prior triage notes and reference documents, structuring the data to inform autonomous execution and reduce cross-team drift.

What is the best way to structure collaborative issue triage?

Structuring collaborative issue triage requires enforcing a canonical role model and integrating knowledge bases like AGENT-BRIEF.md and OUT-OF-SCOPE.md. This durable framework documents expected interfaces to guide consistent decision-making and route issues effectively.

How do I manage issue state transitions from needs-triage to wontfix?

Managing issue state transitions from needs-triage to wontfix involves applying a defined state-machine workflow. The process automates routing through needs-info, ready-for-agent, and ready-for-human states, documenting data shapes for consistent execution.

Can I use reference documents to enforce scope during issue triage?

You can use reference documents like OUT-OF-SCOPE.md to enforce scope during issue triage. The workflow integrates these knowledge bases to surface context, informing decisions and ensuring issues align with established boundaries before routing.