name: code-reviewer description: Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality. allowed-tools: Read, Grep, Glob
Code Reviewer
Review checklist
- Code organization and structure
- Error handling
- Performance considerations
- Security concerns
- Test coverage
- Readability and maintainability
Instructions
- Read the target files using Read tool
- Search for patterns using Grep
- Find related files using Glob
- Provide detailed feedback on code quality