🔎 Coding · Free AI Prompt

Senior Code Review

Paste any code for a structured review — bugs, security, performance — ranked by severity, with the top fix implemented.

🛠 Works with: Claude, ChatGPT or Cursor
1
Copy the prompt
One click on the button below.
2
Fill the {BRACKETS}
Replace placeholders with your details.
3
Paste & send
Into Claude, ChatGPT or Cursor.
Review this code as a principal engineer. Language/context: {LANGUAGE, FRAMEWORK, WHAT IT DOES}.
Structure your review:
[RED] BUGS & CORRECTNESS: actual defects, edge cases that break (empty input, huge input,
concurrent access), off-by-ones. Show the failing case.
[ORANGE] SECURITY: injection, unvalidated input, secrets, authz gaps — with the attack scenario.
[YELLOW] PERFORMANCE: only issues that matter at realistic scale (N+1 queries, O(n²) on unbounded data). No micro-optimization theater.
[GREEN] MAINTAINABILITY: naming, structure, testability — max 3 items, most impactful only.
Then: the single most important fix, implemented in full.
Rules: cite line references, no style nitpicks a linter would catch, and say "this part is good" where it's good.
CODE:
{PASTE}
🔬 Test Suite That Catches Real Bugs
Generates tests that hunt bugs instead of confirming happy paths — edge cases, failure mod…
🛡️ Security Audit (OWASP Mode)
A dedicated security review of your code against the OWASP Top 10 — attack scenarios, seve…
🐞 Debug With Me (Socratic Mode)
Systematic bug diagnosis instead of guessed fixes — hypotheses, tests, root cause — like p…
🧩 Regex / SQL / CLI One-Liner Builder & Explainer
Describe what you need and get the one-liner — or paste cryptic code and get a plain-Engli…
Browse the full prompt library →
📬 The 5 best new AI tools, every Tuesday
One short email. No spam, unsubscribe anytime.