# Triage Workflow

> Standardize issue and pull request triage so incoming work is labeled, prioritized, and routed consistently.

- Skill: `majiayu000/triage-workflow-2` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/triage-workflow-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/triage-workflow-2/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Productivity
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/triage-workflow-2

---


# Triage Workflow

## Purpose
Standardize issue and pull request triage so incoming work is labeled, prioritized, and routed consistently.

## When to Use
- New issues or PRs arrive
- Weekly triage cadence
- Security-related reports appear

## Steps
1. Validate the report has enough context and reproduction details.
2. Apply type labels (`bug`, `enhancement`, `documentation`, `question`, `security`).
3. Apply area labels (`area/swift`, `area/javascript`, `area/ci`, `area/docs`, `area/examples`).
4. Apply priority (`priority/critical`, `priority/high`, `priority/normal`, `priority/low`).
5. Assign or add to the appropriate milestone/backlog.
6. For security reports, route to the Security Contact and restrict visibility.
7. Apply staleness policy if applicable and add `keep-open` to exempt.

## Output Contract
- Issue/PR has correct labels and priority.
- Ownership or next action is clear (assignee or milestone).
- Security items are escalated and handled privately.

