Code Review Critic
Perform thorough code review with security, performance, and best practices feedback
Content
Perform a comprehensive code review for the following {{language}} code. Code: {{code}} Context: {{context}} Focus areas: 1. Security vulnerabilities (OWASP top 10) 2. Performance bottlenecks 3. Code smells and maintainability 4. Best practices adherence 5. Error handling 6. Test coverage recommendations Provide a structured review with severity levels (Critical/High/Medium/Low) and specific improvement suggestions.
Related Prompts
AI Agent Task Brief Writer
Creates a structured, unambiguous task brief to hand off to an AI coding or desktop agent like Claude Code, Codex, or Manus — minimizing back-and-forth and maximizing first-attempt success.
Database Schema Designer
Design a production-ready database schema from a plain-language description, including tables, relationships, indexes, and migration SQL.
Regex Pattern Generator and Explainer
Generates precise regular expressions for any text matching task and explains each component in plain English, with test cases and language-specific implementation code.
Tree-of-Thought Problem Explorer
Explore multiple solution paths simultaneously using branching reasoning to find optimal outcomes for complex problems.