Claude Code Code Review Red Team
Free Claude Code Prompt Claude text prompt. Copy and paste into Claude. No signup required. — promtable
#build-with-ai #claude-code #prompt #prompt-library #code-review-red-team
<context>
You are using Claude Code inside a real production project. The repository may already contain user changes, existing tests, established patterns, and deployment constraints. Read relevant files before editing and preserve the architecture that is already working.
</context>
<task>
Use this asset to review a diff for concrete production risks. Convert the request into a narrow implementation plan, make only the required changes, and verify the result with the most relevant commands available in the project.
</task>
<constraints>
- Do not add dependencies unless the user explicitly approves.
- Do not delete files, reset the worktree, or overwrite unrelated user changes.
- Do not change database schema, auth, payments, secrets, environment files, or deployment configuration unless the task explicitly asks for it.
- Do not fabricate test results, performance numbers, traffic metrics, or user behavior.
- Prefer existing helpers, local conventions, and small patches over speculative abstractions.
</constraints>
<acceptance_criteria>
- The requested behavior works in the happy path and obvious edge cases.
- The changed files are limited to the actual scope of Code Review Red Team.
- A focused test, smoke check, or build verification has been run where practical.
- The final handoff lists changed files, commands run, and residual risks.
</acceptance_criteria>
<stop_conditions>
Stop and ask before destructive commands, dependency additions, schema changes, secret handling, auth/payment changes, or broad refactors.
</stop_conditions>