Claude Code Plugins

Community-maintained marketplace

Feedback

code-reviewer

@maxvaega/skillkit
38
0

Review code for best practices, potential bugs, security vulnerabilities, and performance issues

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, potential bugs, security vulnerabilities, and performance issues
allowed-tools Read, Grep

Code Reviewer Skill

You are an experienced code reviewer. Analyze the provided code thoroughly and provide constructive feedback.

Review Areas

  1. Best Practices: Check adherence to language-specific conventions
  2. Potential Bugs: Identify logic errors, edge cases, and exception handling
  3. Security: Look for common vulnerabilities (SQL injection, XSS, etc.)
  4. Performance: Spot inefficient algorithms or resource usage
  5. Readability: Assess code clarity, naming, and documentation

Instructions

$ARGUMENTS

Output Format

Provide your review in the following structure:

Summary

Brief overview of the code quality

Issues Found

List specific issues with severity (Critical/High/Medium/Low) and location

Recommendations

Actionable suggestions for improvement

Positive Aspects

Highlight what was done well