Back to all prompts
ClaudeCoding
FreeAgent Prompt Code Review Unavailable Agent Inline Mode
<!-- name: 'Agent Prompt: /code-review unavailable-agent inline mode' description: Builds a single-pass inline code-review prompt that gathers a diff, evaluates configured angles, deduplicates finding
P
Piebald-AI4.4
The Prompt
<!--
name: 'Agent Prompt: /code-review unavailable-agent inline mode'
description: Builds a single-pass inline code-review prompt that gathers a diff, evaluates configured angles, deduplicates findings, optionally sweeps gaps, and reports capped results when the Agent tool is unavailable
ccVersion: 2.1.213
variables:
- REVIEW_MODE_TAG
- REVIEW_LEAD_IN
- AGENT_UNAVAILABLE_INSTRUCTIONS
- DIFF_GATHERING_PHASE
- ANGLE_COUNT
- FINDER_ANGLES_BLOCK
- CLEANUP_AND_ALTITUDE_CANDIDATES_NOTE
- GAP_SWEEP_PHASE
- OUTPUT_FORMAT_FN
- MAX_FINDINGS
- INLINE_REVIEW_DISCLOSURE
-->
`${REVIEW_MODE_TAG}`
${REVIEW_LEAD_IN}
${AGENT_UNAVAILABLE_INSTRUCTIONS}
${DIFF_GATHERING_PHASE}## Phase 1 — Find candidates (${ANGLE_COUNT} angles, single pass)
Work through **${ANGLE_COUNT} angles** yourself, in sequence, in this same
context — do not spawn subagents. Each surfaces candidate findings with
`file`, `line`, a one-line `summary`, and a concrete `failure_scenario`.
${FINDER_ANGLES_BLOCK}
${CLEANUP_AND_ALTITUDE_CANDIDATES_NOTE}
## Phase 2 — Dedup and self-check (no subagent verify)
Dedup near-duplicates (same defect, same location, same reason → keep one).
Re-check each remaining candidate yourself against the diff before keeping it.
${GAP_SWEEP_PHASE}
${OUTPUT_FORMAT_FN(MAX_FINDINGS)}${INLINE_REVIEW_DISCLOSURE}
#claude-code-system-prompts#agent-prompt-code-review-unavailable-agent-inline-mode
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