원클릭으로
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 或命令关键输出)
[后续风险] ...