Back to library
Claude#codingStandard promptSaves ~15min

Quick code review — what's wrong with this snippet?

A code review you can read without being a developer. Verdict, bug, safety flags, clarity tweaks, and what to test before trusting it. No lecture.

rach_maeve8 May 2026
0.0(0)

Fill in the Template

0 / 5 filled

Your Built Prompt

Updates live as you type
Review this code snippet for me. I'm not a developer.

Language / tool: {{language}}
What it's meant to do: {{intent}}
The code (paste): {{code}}
What's happening when I run it: {{actual_behaviour}}
What I want it to do: {{expected_behaviour}}

Return:
1. ONE-LINE VERDICT: is this broken, working but messy, or working fine?
2. THE BUG (if any): exact line(s) + what's wrong, in plain English. Show the corrected line.
3. SAFETY ISSUES: anything that could expose data, leak credentials, or cause unintended cost (e.g. paid API in a loop). Flag with ⚠.
4. CLARITY IMPROVEMENTS: 1–3 small changes that make the code easier for a non-dev to maintain. Don't over-refactor.
5. WHAT TO TEST before trusting it: 2 specific test cases.

AU English. Don't lecture me on best practices — fix what's in front of us.
Run in

Fill in the required fields above to copy or run this prompt.

Tags

Community Feedback

0 comments
Be the first to leave feedback on this prompt.

Related Prompts

More in Coding