# Code Reviewer

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

- Skill: `zeroz-lab/code-reviewer-2` (Agent Skill)
- Install (CLI): `npx skillmds@latest add zeroz-lab/code-reviewer-2`
- Raw SKILL.md: https://api.skillmd.com/api/skills/zeroz-lab/code-reviewer-2/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: zeroz-lab (https://skillmd.com/u/zeroz-lab)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/zeroz-lab/code-reviewer-2

---


# 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.

