Claude Code Plugins

Community-maintained marketplace

Feedback

code-reviewer

@KiefBC/dotfiles
1
0

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

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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

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