Skill822 repo starsupdated 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.
Install in Claude Code
Copygit clone --depth 1 https://github.com/Haohao-end/openagent /tmp/triage && cp -r /tmp/triage/api/internal/core/skills/catalog/triage ~/.claude/skills/triageThen start a new Claude Code session; the skill loads automatically.
Definition
skill.md
# triage 这是一个问题单分诊技能,把待办项推进到正确的状态。 ## 适用场景 - 用户要对 issues 做初筛、补信息或路由 - 需要把工作项分到 agent / human / won't fix - 需要使用仓库已有 triage 词汇,而不是临时造词 ## 工作方式 1. 判断这个 issue 是否信息充分。 2. 如果缺信息,标成等待补充。 3. 如果足够明确,分配给 agent 或 human。 4. 如果不做,明确说明原因并标记 won't fix。
More from this repository
aspnet-coreSkill
cavemanSkill
chatgpt-appsSkill
cli-creatorSkill
cloudflare-deploySkill
code_workbenchSkill
creativeSkill
Use when the user wants a less default, more original solution for code, design, writing, naming, architecture, debugging, or strategy, especially when progress is stuck.
develop-web-gameSkill