Automated Code Review Critic
Perform comprehensive automated code review with security, performance, and best practices analysis
Content
Perform a comprehensive code review for this {{language}} code: ```{{language}} {{code_snippet}} ``` Analyze for: 1) Security vulnerabilities and CVEs, 2) Performance bottlenecks, 3) Code style violations, 4) Error handling gaps, 5) Test coverage recommendations, 6) Refactoring suggestions. Rate each issue by severity (Critical/High/Medium/Low) and provide specific fix recommendations with code examples.
Related Prompts
Parallel Agent Task Decomposer
Breaks a complex software project or task into parallelisable sub-tasks suitable for running multiple AI coding agents simultaneously in isolated git branches.
Code Performance Optimizer
Analyze code and provide optimization recommendations for better performance and efficiency
Code Review Security Auditor
Perform a security-focused code review identifying vulnerabilities
AI-Powered Unit Test Generator
Generate comprehensive unit tests for any codebase with edge cases and mocking