用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/akillness/oh-my-skills --skill triage命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | triage |
| description | Use this skill when > |
Move issues through a structured state machine. Every AI-generated comment must start with:
> *This was generated by AI during triage.*
Category roles (one per issue):
bug — something is brokenenhancement — new feature or improvementState roles (one per issue):
needs-triage — needs evaluationneeds-info — waiting on reporterready-for-agent — fully specified, AFK-implementableready-for-human — needs human (judgment, design, manual testing)wontfix — will not be actionedState transitions: needs-triage → needs-info | ready-for-agent | ready-for-human | wontfix. needs-info returns to needs-triage when reporter replies.
Label strings in the tracker may differ from these canonical names — run /setup-matt-pocock-skills to configure the mapping.
Natural language: "Show me what needs attention", "Let's look at #42", "Move #42 to ready-for-agent", "What's ready for agents?"
Present three buckets (oldest first):
needs-triage — evaluation in progressneeds-info with reporter activity — needs re-evaluationShow counts + one-line summary per issue. Let maintainer pick.
Gather context — read full issue (body, comments, labels, dates). Check .out-of-scope/ for prior rejections.
Recommend — state your category + state recommendation with reasoning. Wait for direction.
Reproduce (bugs only) — trace the relevant code, run tests. Report: confirmed repro, failed repro, or insufficient detail.
Grill if needed — run a grill-with-docs session to flesh out the issue.
Apply outcome:
ready-for-agent → post an agent briefready-for-human → same structure, note why it can't be automatedneeds-info → post triage notes (template below)wontfix (bug) → polite explanation, closewontfix (enhancement) → write to .out-of-scope/, link comment, closeIf maintainer says "move #42 to ready-for-agent" — trust them, apply directly. Confirm changes before acting. Skip grilling. Ask if they want an agent brief.
## Triage Notes
**What we've established so far:**
- point 1
- point 2
**What we still need from you (@reporter):**
- question 1 (specific and actionable)
- question 2
If prior triage notes exist, read them, check if reporter answered questions, present updated picture. Don't re-ask resolved questions.
.agent-skills/skill-standardization/SKILL.md.agent-skills/skill-standardization/scripts/validate_skill.sh