900 B
900 B
description, argument-hint
| description | argument-hint |
|---|---|
| Request a comprehensive code review from AI experts | [file_path or 'recent' for latest changes] |
Perform a comprehensive code review by invoking the @code-reviewer agent.
Focus on:
-
Code Quality
- Readability and maintainability
- Naming conventions
- Code organization and structure
-
Security
- Authentication and authorization
- Input validation
- Sensitive data handling
- SQL injection, XSS vulnerabilities
-
Performance
- Algorithm efficiency
- Memory usage
- Database query optimization
- Unnecessary computations
-
Best Practices
- Design patterns
- Error handling
- Testing coverage
- Documentation
-
Potential Bugs
- Null pointer exceptions
- Race conditions
- Edge cases
- Logic errors
Provide specific, actionable feedback with code examples where appropriate.