一键导入
review
Review completed work against success criteria and flag issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review completed work against success criteria and flag issues
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a wide field of ideas, then pressure-test them. Five generators diverge, two challengers prune the weak ones, three synthesizers rank what survives.
Three-agent adversarial bug finder. Hunter overclaims every issue it can find, Skeptic disproves what it can, Referee arbitrates what survives. Scoring incentives force each role to behave honestly.
Dialectic process for reviewing, brainstorming, comparing tradeoffs, or stress-testing plans. Configurable modes, agent counts, and expert lenses.
Execute a pre-defined plan using implementation agents (no design changes)
Capture structured learnings (gotcha, pattern, decision, bug-fix) as JSONL per project. Cross-project searchable.
Assume the plan failed — then explain why. Three pessimists write failure narratives, two optimists rebut, a risk assessor weighs which failure modes are real.
| name | review |
| description | Review completed work against success criteria and flag issues |
| user-invocable | true |
| disable-model-invocation | false |
| argument-hint | ["what to review - file","feature","or recent work"] |
Evaluate completed work against its success criteria. Find problems before they compound.
What to review: $ARGUMENTS
If no arguments, review whatever was most recently implemented in the conversation.
/verify hasn't been run on the target, suggest running it first — /verify catches completeness issues, /review catches quality issues. Different concerns.Read @review-dimensions.md for what to check based on the type of work (code, data, writing).
Launch the review using a fresh-context subagent (use the code-reviewer agent persona for code). The reviewer should NOT share the implementer's assumptions.
Read @output-format.md for how to organize findings.
/dialectic-review for adversarial depth/dialectic-review --premortem before proceeding with fixesRead @rules.md for review rules and gotchas.