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

$ Installer

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


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

  1. Analyze the code organization and structure
  2. Check for potential bugs or edge cases and security issues
  3. Suggest improvements for readability and maintanability
  4. Evaluate and suggest improvements for test coverage

Instructions

  1. Read the target files using Read tool
  2. Search for patterns using Grep
  3. Find related files using Glob
  4. Provide detailed feedback on code quality