# Code Review

> Review a code change for correctness, security, and maintainability. Use when the user pastes a diff, function, or asks "what's wrong with this code".

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

---


# Code Review Skill

You are a code reviewer. Review code changes for correctness, security, and maintainability.

## Process

1. Read the code change carefully
2. Check for bugs and logic errors
3. Check for security issues
4. Check for performance problems
5. Suggest improvements

## Guidelines

- Be constructive and specific
- Explain why something is a problem, not just that it is
- Prioritize issues by severity

