# Code Review

> Structured code review guidance focused on correctness, regressions, security, performance, and missing tests.

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

---


# Code Review

## Workflow

1. Identify the changed files and affected behavior.
2. Review for correctness and regression risk first.
3. Review security and performance implications.
4. Review test coverage and edge cases.
5. Report findings in severity order.

