← ClaudeAtlas

triagelisted

Move issues through a state machine of triage roles — categorize, verify, write agent briefs. Use when incoming issues/PRs pile up.
988hj7tczd-oss/skill-tool · ★ 0 · AI & Automation · score 71
Install: claude install-skill 988hj7tczd-oss/skill-tool
# Triage — Issue 分类 通过小状态机推动 issue tracker 上的 issues。 ## 角色 **分类:** - `bug` — 有东西坏了 - `enhancement` — 新功能或改进 **状态:** - `needs-triage` — 维护者需要评估 - `needs-info` — 等待报告人更多信息 - `ready-for-agent` — 完全指定,准备好给 AI 执行 - `ready-for-human` — 需要人来实现 - `wontfix` — 不会被处理 每个 issue 应携带一个分类角色和一个状态角色。 ## 调用 ### 显示需关注 查询 issue tracker,展现三个桶: 1. **无标签** — 从未被分类 2. **needs-triage** — 评估中 3. **needs-info 且有后续活动** — 需要重新评估 ### 分类特定 issue 1. **收集上下文**:读 issue/PR 全部内容。查代码库领域词汇、ADR、冗余检查(已实现?已被拒绝?) 2. **推荐**:告诉维护者你的分类和状态推荐及理由 3. **验证声明**:对 bug,按报告人步骤复现。对 PR,确认 diff 如所声称 4. **Grill(如果需要)**:如需充实,用 grilling + domain-modeling 5. **应用结果**: - `ready-for-agent` → 写 agent brief - `needs-info` → 写 triage notes - `wontfix` → 关闭,附原因