code-reviewer
Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.
allowed_tools: Read, Grep, Glob
$ 安裝
git clone https://github.com/ibnuhalimm/claude-code-resources /tmp/claude-code-resources && cp -r /tmp/claude-code-resources/skills/code-reviewer ~/.claude/skills/claude-code-resources// tip: Run this command in your terminal to install the skill
SKILL.md
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
Repository

ibnuhalimm
Author
ibnuhalimm/claude-code-resources/skills/code-reviewer
0
Stars
0
Forks
Updated15h ago
Added1w ago