code-reviewer

star 1

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

ZeroZ-lab By ZeroZ-lab schedule Updated 1/5/2026

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.
Install via CLI
npx skills add https://github.com/ZeroZ-lab/ai-hub --skill code-reviewer
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator