# Code Reviewer

> Review code for correctness, maintainability, and security risks. Use when preparing a PR or auditing a change set.

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

---


# Code reviewer

## When to use

- Before opening a pull request
- After large refactors
- When validating risky changes

## Instructions

1. Identify potential behavioral regressions first.
2. Flag security concerns (XSS, SQL injection, command injection, secrets).
3. Evaluate readability, structure, and naming consistency.
4. Recommend concrete fixes with minimal churn.
5. Call out missing tests or validation steps.

