Back to Skills

Code Reviewer

mpazaryna
Updated Today
12 views
2
2
View on GitHub
Developmentgeneral

About

The Code Reviewer skill analyzes code for best practices and potential issues using Read, Grep, and Glob tools. It automatically checks code organization, error handling, performance, security, and test coverage. Use this skill when reviewing code, checking pull requests, or analyzing overall code quality.

Documentation

Code Reviewer

Review checklist

  1. Code organization and structure
  2. Error handling
  3. Performance considerations
  4. Security concerns
  5. 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

Quick Install

/plugin add https://github.com/mpazaryna/claude-toolkit/tree/main/code-reviewer

Copy and paste this command in Claude Code to install this skill

GitHub 仓库

mpazaryna/claude-toolkit
Path: generated-skills/code-reviewer
agentic-frameworkagentic-workflowclaude-code

Related Skills