omc-review · git:20260221.55bea8e · 2026-02-21 · sha256 a72532e39dae431c

omc-review git:20260221.55bea8eA

Immutable. This exact content is served forever at /api/v1/blob/a72532e39dae431c.

---
name: review
description: Alias for /plan --review
---

# Review (Plan Review Alias)

Review is a shorthand alias for `/oh-my-claudecode:plan --review`. It triggers Critic evaluation of an existing plan.

## Usage

```
/oh-my-claudecode:review
/oh-my-claudecode:review "path/to/plan.md"
```

## Behavior

This skill invokes the Plan skill in review mode:

```
/oh-my-claudecode:plan --review <arguments>
```

The review workflow:
1. Read plan file from `.omc/plans/` (or specified path)
2. Evaluate via Critic agent
3. Return verdict: APPROVED, REVISE (with specific feedback), or REJECT (replanning required)

Follow the Plan skill's full documentation for review mode details.