# Cmd Review

> Review the current diff or selected files (usage: /review [--last-diff|--target <expr>|--file <path>|files...] [--style <style>])

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

---


# Review Changes

Interpret the user input as the raw argument string that follows `/review`.

- Support the existing slash-style review inputs such as `--last-diff`, `--target <expr>`, `--file <path>`, positional file paths, and `--style <style>`.
- If the input is empty, review the current diff.
- Focus on bugs, regressions, correctness risks, and missing tests before any summary.
- Use concrete file and line references when you identify a finding.
- Keep findings ordered by severity and keep the high-level summary brief.

