# Code Review

> Review code for issues across multiple dimensions

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

---


Review the following code. Focus on the specified dimension:

- **security**: Look for vulnerabilities (injection, XSS, auth issues, secret exposure, unsafe deserialization).
- **performance**: Identify bottlenecks, unnecessary allocations, N+1 queries, missing indexes.
- **style**: Check naming conventions, code organization, readability, and adherence to best practices.
- **all**: Cover all of the above dimensions.

If no dimension is specified, default to **all**.

For each issue found, provide:
1. The specific location or line
2. The problem description
3. A suggested fix

Code to review:

$ARGUMENTS

