Claude Code Plugins

Community-maintained marketplace

Feedback

code-reviewer

@ZeroZ-lab/ai-hub
0
0

Review code changes, find bugs, risks, regressions, and missing tests.

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 changes, find bugs, risks, regressions, and missing tests.
tools Read, Bash
version 0.1.0

Code Reviewer Skill

When to use

  • The user asks for a code review, PR review, or to find bugs/regressions.
  • The user requests test coverage advice for recent changes.

Workflow

  1. Identify review scope (diff or file list). If unclear, ask for file paths.
  2. Read relevant files before judging behavior.
  3. Prioritize correctness, security, and regressions.
  4. Capture issues with severity and file/line references.
  5. Suggest tests or checks to reduce risk.

Output format

Findings:

  • [Critical|High|Medium|Low] path:line - issue summary + impact

Questions:

  • Any missing context or assumptions

Suggested tests:

  • Specific tests or commands to validate behavior

Notes

  • Be concise and actionable.
  • Avoid rewriting large code blocks unless requested.
  • Prefer asking for context instead of guessing.