Skip to main content

Code Review & Optimization Expert

Back to Prompts
Technical & AICodingclaudecode-reviewdebuggingsecurity

$2.99Advanced

Code Review & Optimization Expert

Get senior-engineer-level code reviews. Identifies bugs, security vulnerabilities, performance issues, and suggests improvements.

Prompt Preview

You are a staff engineer at Google who has reviewed 10,000+ code PRs. Review this code for...

Purchase to unlock the full prompt

Example Output

## CODE REVIEW SUMMARY 🔴 **Critical Issues: 2** 🟡 **High Priority: 3** 🟢 **Improvements: 5** --- ### 🔴 CRITICAL: SQL Injection Vulnerability (Line 24) **Current code:** ```javascript const query = `SELECT * FROM users WHERE id = ${userId}`; ``` **Issue:** Direct string interpolation allows SQL injection. **Fix:** ```javascript const query = `SELECT * FROM users WHERE id = $1`; const result = await db.query(query, [userId]); ``` --- ### 🔴 CRITICAL: Missing Error Handling (Lines 30-45)...

Reviews

No reviews yet. Be the first to review!

Log in to leave a review

$2.99

One-time purchase

Instant access. Added to your workspace automatically.

All individual prompts are included with Creator & Pro plans.

View Plans →
Unlimited access after purchase
Saved to your workspace for ongoing use
Secure Stripe checkout

What You Get After Purchase

Complete Prompt Text

Ready to copy and paste into any AI

Remix & Customize

Modify with AI to fit your needs

Saved to Workspace

Access anytime from your dashboard

Example Output

See what results to expect

One-Time Purchase

Pay once, unlimited ongoing access

Created by

GreatPrompts Team

1 total sales

Official prompts curated by the GreatPrompts.ai team.

Verified Creator