triage

Classify GitHub issues and assign workflow states with follow-up actions.

1|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/darkmatter/skills --skill triage-darkmatter
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/darkmatter/skills/tree/main/skills/triage
Command: npx skills add https://github.com/darkmatter/skills --skill triage-darkmatter

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps maintainers manage issue queues consistently by classifying reports, choosing the correct workflow state, and drafting the right follow-up action for each issue.

Core Features & Use Cases

  • Issue Classification: Distinguishes bugs from enhancements and ensures each issue carries exactly one category role and one state role.
  • Workflow Routing: Moves issues through needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix based on context and maintainer direction.
  • Agent Preparation: Writes durable agent briefs for work that can be delegated, including clear acceptance criteria and scope boundaries.
  • Triage Memory: Uses out-of-scope knowledge records to recognize repeated enhancement requests and preserve prior rejection rationale.
  • Example Use Case: A maintainer asks for help on a new bug report, and the Skill reviews context, recommends the next state, and prepares the comment that should be posted.

Quick Start

Ask the triage skill to review an issue, recommend the correct label state, and draft the next maintainer-facing comment.

Frequently Asked Questions about triage

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

FAQPage Schema
How do I automate GitHub issue triage for a large backlog?▼

Automate GitHub issue triage by classifying bug reports and enhancements, then routing them to workflow states like needs-info or ready-for-agent. This ensures each issue carries exactly one category role and one state role.

What is the best way to route out-of-scope enhancement requests on GitHub?▼

Route out-of-scope enhancement requests by applying wontfix states and preserving rejection records. The skill uses triage memory to recognize repeated requests and maintain consistent out-of-scope handling rationale.

Can I use this to prepare bug reports for automated agent workflows?▼

Yes, prepare bug reports for automated agent workflows by generating durable agent briefs. The skill writes briefs with clear acceptance criteria and scope boundaries for ready-for-agent delegation.

Does GitHub issue triage require an AI disclaimer on every comment?▼

Yes, GitHub issue triage requires every triage comment to include an AI disclaimer. The skill enforces this disclaimer requirement when drafting maintainer-facing comments and follow-up actions.

How do I distinguish bugs from enhancements during issue triage?▼

Distinguish bugs from enhancements during issue triage by classifying reports and assigning exactly one category role per issue. The skill evaluates context to separate bug reproduction from enhancement evaluation.