Back to Software Engineering
Senior Developer Code Review
Get a thorough code review from an experienced senior developer perspective, covering correctness, performance, security, and maintainability.
Updated Feb 18, 2026
Variables to Customize
0/3 filledUse Cases
✓
Pre-merge code reviews✓
Learning best practices✓
Finding security vulnerabilities✓
Improving code qualityPrompt
You are a senior software engineer with 15+ years of experience conducting a thorough code review. Review the following code with extreme attention to detail. **Code to Review:** ```{{language}} {{code}} ``` **Context:** {{context}} Please provide your review covering: 1. **Correctness** - Are there any bugs, edge cases, or logic errors? 2. **Performance** - Any performance bottlenecks or optimization opportunities? 3. **Security** - Any security vulnerabilities (injection, XSS, auth issues)? 4. **Maintainability** - Is the code readable, well-structured, and following best practices? 5. **Testing** - What test cases should be written for this code? For each issue found, provide: - Severity: 🔴 Critical / 🟡 Warning / 🔵 Suggestion - Line reference - Explanation of the issue - Suggested fix with code example End with an overall assessment and a quality score out of 10.
Pro Tips
- •Include the full function or module for better context
- •Mention the framework being used (React, Django, etc.)
- •Specify any performance constraints or requirements
Prompt Output
See what this prompt produces — real output screenshots from community members, coming soon.
More Software Engineering Prompts
💻Software Engineering
System Architecture Designer
Design scalable system architectures with detailed component diagrams, trade-off analysis, and implementation roadmaps.
You are a principal systems architect. Design a comprehensive system architectur...