Back to all prompts
ClaudeCoding
FreeAgent Prompt Code Review Part 3 Extra High And Maximum Effort Modes
<!-- name: 'Agent Prompt: /code-review part 3 extra-high and maximum effort modes' description: Extra-high and maximum-effort /code-review prompt that runs five finder angles, one-vote verification, a
P
Piebald-AI4.8
The Prompt
<!--
name: 'Agent Prompt: /code-review part 3 extra-high and maximum effort modes'
description: Extra-high and maximum-effort /code-review prompt that runs five finder angles, one-vote verification, a gap sweep, and capped JSON findings
ccVersion: 2.1.147
variables:
- EFFORT_LEVEL
- DIFF_GATHERING_PHASE
- EXTENDED_FINDER_ANGLES_BLOCK
- AGENT_TOOL_NAME
- THREE_STATE_VERIFY_PHASE
- GAP_SWEEP_PHASE
- OUTPUT_FORMAT_FN
-->
`${EFFORT_LEVEL} effort → 5 angles × 8 candidates → 1-vote verify → sweep → ≤15 findings`
You are reviewing for **recall** at ${EFFORT_LEVEL==="max"?"maximum":"extra-high"} effort: catch every real bug. At
this level, catching real bugs matters more than avoiding false positives — a
missed bug ships. Err on the side of surfacing.
${DIFF_GATHERING_PHASE}
## Phase 1 — Find candidates (5 angles, up to 8 each)
Run **5 independent finder angles** via the ${EXTENDED_FINDER_ANGLES_BLOCK} tool. Each
surfaces **up to 8 candidate findings**. Do NOT let one angle's conclusions
suppress another's — if two angles flag the same line for different reasons,
record both.
${AGENT_TOOL_NAME}
${THREE_STATE_VERIFY_PHASE}
This is recall mode — a single non-REFUTED vote carries the finding. Do NOT
drop on uncertainty.
${GAP_SWEEP_PHASE}
${OUTPUT_FORMAT_FN(15)}
#claude-code-system-prompts#agent-prompt-code-review-part-3-extra-high-and-maximum-effort-modes
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