triage

Classify and route project issues through a canonical triage state machine.

2|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill triage-momodaviluke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: triage
Source: https://github.com/MomoDaviluke/star-citizen-promotion/tree/main/.agents/skills/triage
Command: npx skills add https://github.com/MomoDaviluke/star-citizen-promotion --skill triage-momodaviluke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Standardizes and accelerates how issues are evaluated and moved through stages, reducing ambiguity and delays in resolving bugs and feature requests.

Core Features & Use Cases

  • Role-based state transitions: Enforces one category and one state per issue and moves items through canonical states such as needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix.
  • Context-aware triage notes: Surfacing prior triage discussions and referencing out-of-scope knowledge to inform decisions.
  • Agent handoff & automation readiness: When ready-for-agent, generates or posts agent briefs to guide AFK agents; supports preparing issues for human review when needed.

Quick Start

Invoke the /triage command on an issue and describe the desired outcome in natural language.

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 with a state machine?

Automate GitHub issue triage by applying a canonical state machine that classifies and routes bug reports and feature requests through states like needs-triage, needs-info, ready-for-agent, ready-for-human, and wontfix.

How does issue triage handle context from prior discussions?

Issue triage surfaces prior triage context and references out-of-scope knowledge to inform decisions, generating context-aware triage notes that reduce ambiguity when evaluating bug reports and feature requests.

What is the best way to prepare GitHub issues for an automated agent?

Prepare GitHub issues for an automated agent by moving them to the ready-for-agent state, which generates agent briefs that guide AFK agents through the triage workflow.

Can I enforce a single category and state per issue during workflow automation?

Yes, this triage workflow enforces one category and one state per issue, ensuring role-based state transitions move items cleanly through canonical states without conflicting classifications.

How do I start triaging an issue using natural language?

Start triaging an issue by invoking the /triage command on it and describing the desired outcome in natural language to classify and route the item through the state machine.

What are the limitations of using a state machine for issue triage?

The state machine focuses on bug reports and feature requests on the project tracker, enforcing strict one category and one state rules, which may limit flexible handling of non-standard issue types.