bug-triage

仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要定期漏洞回溯的开发团队。

▸ 风险提示

会在仓库中写入/修改报告文件

这个 Skill 做什么

读取开放缺陷,重新评估优先级并分配到迭代,生成整理报告。

把开放的缺陷清单整理成有优先级和迭代归属的可执行任务:重新评估严重度与优先级、分配到冲刺并产出整理报告。建议在冲刺开始或缺陷数量暴增时运行,避免关键问题在迭代间丢失。特点是系统化的规则和趋势检测,能发现系统性问题并提供可跟踪的处置建议,方便产品与开发对齐。

▸ 展开 SKILL.md 英文原文

Read all open bugs in production/qa/bugs/, re-evaluate priority vs. severity, assign to sprints, surface systemic trends, and produce a triage report. Run at sprint start or when the bug count grows enough to need re-prioritization.

自动化集成缺陷管理优先级自动化通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/bug-triage/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/bug-triage/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Bug Triage

This skill processes the open bug backlog into a prioritised, sprint-assigned
action list. It distinguishes between **severity** (how bad is the impact?) and
**priority** (how urgently must we fix it?), detects systemic trends, and
ensures no critical bug is lost between sprints.

**Output:** `production/qa/bug-triage-[date].md`

**When to run:**
- Sprint start — assign open bugs to the new sprint or backlog
- After `/team-qa` completes and new bugs have been filed
- When the bug count crosses 10+ open items

---

## 1. Parse Arguments

**Modes:**
- `/bug-triage sprint` — triage against the current sprint; assign fixable bugs
  to the sprint backlog; defer the rest
- `/bug-tria
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有