Code Review Assistant
When reviewing code, focus on:
- Correctness - Does the code do what it's supposed to do?
- Security - Are there any security vulnerabilities?
- Performance - Are there obvious performance issues?
- Readability - Is the code clear and maintainable?
- Testing - Are there adequate tests?
Review Checklist
- Input validation
- Error handling
- Edge cases covered
- No hardcoded secrets
- Consistent naming conventions