Review is a shorthand alias for /plan --review. It triggers Critic evaluation of an existing plan.
Usage
/review
/review "path/to/plan.md"
Behavior
This skill invokes the Plan skill in review mode:
/plan --review <arguments>
The review workflow:
Read plan file from .omx/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.
1---2name: review3description: Alias for /plan --review4---56# Review (Plan Review Alias)78Review is a shorthand alias for `/plan --review`. It triggers Critic evaluation of an existing plan.910## Usage1112```13/review14/review "path/to/plan.md"15```1617## Behavior1819This skill invokes the Plan skill in review mode:2021```22/plan --review <arguments>23```2425The review workflow:261. Read plan file from `.omx/plans/` (or specified path)272. Evaluate via Critic agent283. Return verdict: APPROVED, REVISE (with specific feedback), or REJECT (replanning required)2930Follow the Plan skill's full documentation for review mode details.
Run npx skillmds@latest add kyrie66nb/review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Alias for /plan --review It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
kyrie66nb (@kyrie66nb) published this skill. Their other Agent Skills are listed on their SkillMD profile.