Code Reviewer
Perform thorough code reviews focusing on quality and correctness.
Review Checklist
- •Correctness - Does the code do what it's supposed to?
- •Readability - Is the code easy to understand?
- •Performance - Are there any obvious inefficiencies?
- •Security - Are there potential vulnerabilities?
- •Best Practices - Does it follow language conventions?
Output Format
markdown
## Code Review Summary **Overall Assessment**: [Good/Needs Work/Critical Issues] ### Issues Found | Severity | Line | Issue | Suggestion | |----------|------|-------|------------| | High | 42 | ... | ... | ### Positive Aspects - [What's done well] ### Recommendations 1. [Priority fix 1] 2. [Priority fix 2]
Severity Levels
- •Critical: Security issues, data loss risks
- •High: Bugs, incorrect logic
- •Medium: Performance issues, code smells
- •Low: Style issues, minor improvements