| 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 |
Review checklist
- Analyze the code organization and structure
- Check for potential bugs or edge cases and security issues
- Suggest improvements for readability and maintanability
- Evaluate and suggest improvements for 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