Review (Plan Review Alias)
Review is a shorthand alias for /oh-my-codex:plan --review. It triggers Critic evaluation of an existing plan.
Usage
code
/oh-my-codex:review /oh-my-codex:review "path/to/plan.md"
Behavior
This skill invokes the Plan skill in review mode:
code
/oh-my-codex:plan --review <arguments>
The review workflow:
- •Read plan file from
.omc/plans/(or specified path) - •Evaluate via Critic agent
- •Return verdict: APPROVED, REVISE (with specific feedback), or REJECT (replanning required)
Follow the Plan skill's full documentation for review mode details.