| 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
Instructions
- Read the target files using Read tool
- Search for patterns using Grep
- Find related files using Glob
- Provide detailed feedback on code quality