triage-workflow Skill
Label-based state machine for triaging issues and work items. Manages state transitions, generates durable triage artifacts, and supports resumable sessions. Use when triaging GitHub issues or Azure DevOps work items. Do not use for creating new work items from scratch (use work-item-creation) or for managing implement Published by microsoft in devsquad-copilot.
What is triage-workflow Skill?
Label-based state machine for triaging issues and work items. Manages state transitions, generates durable triage artifacts, and supports resumable sessions. Use when triaging GitHub issues or Azure DevOps work items. Do not use for creating new work items from scratch (use work-item-creation) or for managing implement Published by microsoft in devsquad-copilot. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Deployment
- Writing
- Deployment use cases
- Writing use cases
Technical details
- Install or run with Copy skill directory
When to use triage-workflow Skill
- Use it for deployment.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/devsquad-copilot
- Skill file: .github/plugins/devsquad/skills/triage-workflow/SKILL.md
What it does
Label-based state machine for triaging issues and work items. Manages state transitions, generates durable triage artifacts, and supports resumable sessions. Use when triaging GitHub issues or Azure DevOps work items. Do not use for creating new work items from scratch (use work-item-creation) or for managing implement
Skill instructions
Triage Workflow State Machine States | State | Description | |-------|-------------| | unlabeled | New issue, never triaged | | needs-triage | Maintainer needs to evaluate | | needs-info | Waiting on reporter for more information | | ready-for-agent | Fully specified, ready for autonomous agent implementation | | ready-for-human | Requires human implementation | | wontfix | Will not be actioned | Every issue should have exactly one state label. If conflicting state labels exist, flag the conflict and ask the maintainer which is correct. Transitions | From | To | Who triggers | What happens | |------|----|-------------|-------------| | unlabeled | needs-triage | Skill (first look) | Issue needs evaluation; apply label | | unlabeled | ready-for-agent | Maintainer | Well-specified, agent-suitable; write agent brief, apply label | | unlabeled | ready-for-human | Maintainer | Requires human; write summary, apply label | | unlabeled | wontfix | Maintainer | Out of scope or duplicate; close w
Explore related resources
Frequently asked questions
What is triage-workflow?
triage-workflow is a open-source AI agent skill with Copy skill directory. Label-based state machine for triaging issues and work items. Manages state transitions, generates durable triage artifacts, and supports resumable sessions.
Who is triage-workflow best for?
triage-workflow is best for reusing agent instructions, scripts, and references, deployment workflows, writing workflows.
How do I install triage-workflow?
Install or run triage-workflow using Copy skill directory. Check triage-workflow for the latest setup command.
Is triage-workflow actively maintained?
triage-workflow may need a closer maintenance check before production use.
Auto-fetched from GitHub.