PACE review stage 执行 skill (Codex). reviewer 与 spec-compliance 并行只读返回, 主 agent 合并 passN.md 后再运行 evaluator, 最终由主 agent 落盘 VERDICT 与 next_action.
Scanned 9/5/2026
Install to Claude Code
npx -y skills add WenJunDuan/Rlues --skill athena-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Athena Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/wenjunduan-athena-review-e7653b04)More formats (shields.io, HTML) on the badges page.
---
name: athena-review
description: PACE review stage 执行 skill (Codex). reviewer 与 spec-compliance 并行只读返回, 主 agent 合并 passN.md 后再运行 evaluator, 最终由主 agent 落盘 VERDICT 与 next_action.
---
# /athena-review — Review stage (Codex, v9.9.1)
## 触发
impl 完成、checklist 全绿、测试通过; Refactor/System 还须先完成 runtime-verify.
## 6 维度
| 维度 | 执行者 |
|---|---|
| Correctness / Security / Test / Design / Quality | reviewer |
| Spec Compliance (MISSING/EXTRA/DEVIATED) | spec-compliance |
## 工作流 (2 + 1)
1. 主 agent 并行调用两次 `spawn_agent`: reviewer 与 spec-compliance. 任务消息包含当前 sprint 绝对路径、design 路径、diff 基线与输出格式.
2. 两个 read-only agent 只返回完整 markdown 段, 不创建或修改文件.
3. 主 agent 用 `wait_agent` 收齐结果, 串行写入 `sprints/{current_sprint_slug}/reviews/passN.md`.
4. 主 agent 再用 `spawn_agent` 调 evaluator; evaluator 读取已合并的 passN.md、design、checklist 与 evidence, 返回 Evidence Cross-Check + VERDICT.
5. 主 agent 追加 evaluator 结果并更新 `_index.next_action`.
原生工具 schema:
https://github.com/openai/codex/blob/rust-v0.144.1/codex-rs/core/src/tools/handlers/multi_agents_spec.rs#L78-L112
## VERDICT
| VERDICT | 下一步 |
|---|---|
| PASS | polish (Refactor/System) 或 ship |
| CONCERNS | polish 处理或带明确 defer 进入 ship |
| REWORK / FAIL | 回 impl, 修复后生成 passN+1 |
## 门禁
ship 时 delivery-gate 检查 passN.md、Spec Compliance、Evidence Cross-Check (Refactor/System) 与 reviewer/evaluator 结果. review agent 的启动记录不能代替返回结果或落盘产物.
## 禁止
- reviewer/spec-compliance/evaluator 并发写同一文件
- evaluator 早于前两份结果合并
- read-only agent 更新 `_index.md`
- 主 agent 伪造 agent findings; 主 agent 只负责合并、去重与落盘
## 例外
- Hotfix: 可跳过 review
- Bugfix / Quick: 仅 reviewer
- Feature / Refactor / System: 完整 2+1 流程
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!