Claude Code Plugins

Community-maintained marketplace

Feedback

|

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-review
description Code review guidelines for commits and file changes. Covers four categories: Quality (security, correctness, maintainability), Regression (breaking changes, API compatibility), Documentation (code docs, changelogs), and Performance (optimization, efficiency).

Categories

Category Reference Focus
Quality quality Security, correctness, maintainability
Regression regression Breaking changes, API compatibility
Documentation documentation Code docs, changelogs, API specs
Performance performance Optimization, efficiency

Severity Levels

Level Icon Criteria Action
Critical 🔴 Security, data loss, outage risk Must fix
Warning 🟡 Bugs, bad practices Should fix
Suggestion 🔵 Improvements Consider