一键导入
bugfix
Locate a defect, make the smallest safe fix, and collect targeted validation evidence with Engineer/QA boundaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Locate a defect, make the smallest safe fix, and collect targeted validation evidence with Engineer/QA boundaries.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Produce a QA acceptance report for a task or change set following the acceptance-document field standard in docs/claude/standards.md.
Run a pre-QA implementation self-check against task scope, acceptance criteria, validation evidence, and pending diff.
Generate or append a task entry into tasks-pX.md following the task-list field standard defined in docs/claude/standards.md.
Produce a read-only release readiness recommendation from implementation results, QA evidence, environment details, and rollback conditions.
Read pending diff, PRs, task results, or selected files and produce a structured review without modifying code.
Read OPC run artifacts and summarize token, API call, duration, and cost-related usage without invoking models or tools.
| name | bugfix |
| description | Locate a defect, make the smallest safe fix, and collect targeted validation evidence with Engineer/QA boundaries. |
面向已知缺陷或可复现异常,按 Engineer/QA 边界完成缺陷定位、最小修复和定向验证,不承担需求扩展、架构重构或无关清理。
/bugfix <缺陷描述或复现路径>
/bugfix tests/test_metrics.py 中 run_metrics totals 断言失败/bugfix CLI 执行 opc runs trace 报 KeyError,复现命令为 python -m opc.cli runs trace latest[缺陷现象] ...
[复现路径] ...
[预期行为] ...
[根因判断] ...
[修复范围]
- 文件:...
- 变更:...
[验证命令 / 检查方法]
- ...
[验证结果] 通过 / 不通过
[验收证据]
- 标准 1 → 通过 / 不通过(证据:path:line 或命令关键输出)
[后续风险] ...