Advanced Code Review Assistant
Category: coding
Comprehensive code review with security, performance, and maintainability analysis
Prompt Template
Perform a thorough code review of the following code:
```
{code}
```
Analyze for:
1. **Code Quality**: Best practices, design patterns, SOLID principles
2. **Security**: Vulnerabilities, input validation, authentication issues
3. **Performance**: Bottlenecks, optimization opportunities, complexity analysis
4. **Maintainability**: Readability, documentation, modularity
5. **Testing**: Coverage gaps, edge cases, test suggestions
Provide specific, actionable feedback with code examples where helpful.