# code-reviewer > Review code for best practices and potential issues. Use when reviewing code, checking PRs, or analyzing code quality. - Author: IBNU HALIM MUSTOFA - Repository: ibnuhalimm/claude-code-resources - Version: 20260116161805 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/ibnuhalimm/claude-code-resources - Web: https://mule.run/skillshub/@@ibnuhalimm/claude-code-resources~code-reviewer:20260116161805 --- --- 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