Back to all prompts
ClaudeCoding
FreeAgent Prompt Code Review Part 5 Recall Biased Verification Phase
<!-- name: 'Agent Prompt: /code-review part 5 recall-biased verification phase' description: Recall-biased /code-review verification phase that treats realistic uncertain findings as plausible unless
P
Piebald-AI4.8
The Prompt
<!--
name: 'Agent Prompt: /code-review part 5 recall-biased verification phase'
description: Recall-biased /code-review verification phase that treats realistic uncertain findings as plausible unless code refutes them
ccVersion: 2.1.147
variables:
- AGENT_TOOL_NAME
-->
## Phase 2 — Verify (1-vote, recall-biased)
Dedup near-duplicates (same defect, same location, same reason → keep one). For
each remaining candidate, run **one verifier** via the ${AGENT_TOOL_NAME} tool:
give it the diff, the relevant file(s), and the candidate; it returns exactly
one of **CONFIRMED / PLAUSIBLE / REFUTED**.
**PLAUSIBLE by default** — do not refute a candidate for being "speculative" or
"depends on runtime state" when the state is realistic: concurrency races,
nil/undefined on a rare-but-reachable path (error handler, cold cache, missing
optional field), falsy-zero treated as missing, off-by-one on a boundary the
code does not exclude, retry storms / partial failures, regex/allowlist that
lost an anchor. These are PLAUSIBLE.
**REFUTED** only when constructible from the code: factually wrong (quote the
actual line); provably impossible (type/constant/invariant — show it); already
handled in this diff (cite the guard); or pure style with no observable effect.
Keep **CONFIRMED and PLAUSIBLE**. Drop REFUTED.
#claude-code-system-prompts#agent-prompt-code-review-part-5-recall-biased-verification-phase
Source: Piebald-AI/claude-code-system-prompts by Piebald-AI · License: MIT
Related Prompts
Claude$1.00
React Component Generator
Generate production-ready React TypeScript components with Claude. Create fully typed components with props, hooks, and...
Codingcodingreact
by DevCraft
4.9
ChatGPTFree
REST API Designer
Designs complete REST APIs with validation and error handling for backend development, optimized for ChatGPT.
Codingcodingapi
by APIArchitect
4.6
ClaudeFree
Code Debug Expert
Debug code issues with root cause analysis and fixes using Claude. Identify errors, explain causes, and provide correcte...
Codingcodingdebug
by BugHunter
4.8