Skip to main content
ClaudeWave
Skill822 estrellas del repoactualizado 5d ago

triage

The triage skill categorizes and routes GitHub issues to appropriate handlers by evaluating information completeness and assigning them to automated agents, human reviewers, or marking them as won't fix. Use this skill when you need to perform initial screening of issues, request missing information, route work items based on complexity, or standardize categorization using existing repository terminology rather than creating ad hoc labels.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/Haohao-end/openagent /tmp/triage && cp -r /tmp/triage/api/internal/core/skills/catalog/triage ~/.claude/skills/triage
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

skill.md

# triage

这是一个问题单分诊技能,把待办项推进到正确的状态。

## 适用场景

- 用户要对 issues 做初筛、补信息或路由
- 需要把工作项分到 agent / human / won't fix
- 需要使用仓库已有 triage 词汇,而不是临时造词

## 工作方式

1. 判断这个 issue 是否信息充分。
2. 如果缺信息,标成等待补充。
3. 如果足够明确,分配给 agent 或 human。
4. 如果不做,明确说明原因并标记 won't fix。