# Code Review

> Use when the user explicitly asks for a code review, PR review, merge-request review, regression review, or review findings.

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

---


# Code Review

- Prioritize correctness, regressions, security, maintainability, and performance.
- Report concrete issues with location context when available.
- Separate blocking problems from optional improvements.
- Check tests and missing coverage for changed behavior.

