mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
12 lines
580 B
Markdown
12 lines
580 B
Markdown
<!--
|
|
name: 'Agent Prompt: /code-review part 4 three-state verification phase'
|
|
description: Verification phase for /code-review that asks one agent verifier to classify each candidate as confirmed, plausible, or refuted
|
|
ccVersion: 2.1.173
|
|
-->
|
|
- **CONFIRMED** — can name the inputs/state that trigger it and the wrong
|
|
output or crash. Quote the line.
|
|
- **PLAUSIBLE** — mechanism is real, trigger is uncertain (timing, env,
|
|
config). State what would confirm it.
|
|
- **REFUTED** — factually wrong (code doesn't say that) or guarded elsewhere.
|
|
Quote the line that proves it.
|