Agent Skills: code-reviewer

Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.

UncategorizedID: ibnuhalimm/claude-code-resources/code-reviewer

Install this agent skill to your local

pnpm dlx add-skill https://github.com/ibnuhalimm/claude-code-resources/tree/HEAD/skills/code-reviewer

Skill Files

Browse the full folder contents for code-reviewer.

Download Skill

Loading file tree…

skills/code-reviewer/SKILL.md

Skill Metadata

Name
code-reviewer
Description
Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality.

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