Skip to content
Development
Command

/review

Professional code review — pre-review checklist, severity classification, and PR feedback handling

From plugin
cm
5311 skills8 agents11 commands3 hooks
+1
Install
> /plugin marketplace add tody-agent/codymaster
> /plugin install cm@codymaster

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

Professional code review — pre-review checklist, severity classification, and PR feedback handling

Command definition

review.md
description: Professional code review — pre-review checklist, severity classification, and PR feedback handling
argument-hint: "[file or branch to review]"

/review — Code Review Lifecycle

Complete code review workflow: self-review checklist → external review → handle feedback → iterate.

Invocation

/review
/review src/auth/login.ts

Workflow

Step 1: Self-Review

Apply **cm-code-review** skill:

  • Review against the original plan
  • Check for common issues (naming, error handling, edge cases)
  • Verify test coverage for changes
  • Check for security vulnerabilities

Step 2: Quality Check

Apply **cm-quality-gate** skill:

  • 6-gate verification
  • Report issues by severity: Critical → High → Medium → Low
  • Critical issues block progress

Step 3: Create Review Summary

## Code Review Summary

**Files changed**: [count]
**Lines added/removed**: +X / -Y

### Issues Found
- 🔴 Critical: [count]
- 🟠 High: [count]
- 🟡 Medium: [count]
- 🔵 Low: [count]

### Verdict
[APPROVE / REQUEST_CHANGES / NEEDS_DISCUSSION]

Step 4: Suggest Next

  • "All clear? → `/deploy staging`"
  • "Need fixes? → Apply fixes, then `/review` again"
Ships withcm

"I can't write code. But in 6 months, I shipped 12 real products using AI. CodyMaster is everything I learned — so you don't have to repeat my mistakes." — Tody Le, Head of Product, Creator of CodyMaster 50+ skills. One install.

Get the whole plugin

Other commands on cm.