Agent skill
review
Reviewer-only pass for /plan --review and cleanup artifact review
Install this agent skill to your Project
npx add-skill https://github.com/Yeachan-Heo/oh-my-codex/tree/main/skills/review
SKILL.md
Review (Reviewer-Only Pass)
Review is a shorthand alias for /plan --review. It triggers Critic evaluation of an existing plan and is intended to preserve writer/reviewer separation.
Usage
/review
/review "path/to/plan.md"
Behavior
This skill invokes the Plan skill in review mode:
/plan --review <arguments>
The review workflow:
- Treat review as a reviewer-only pass. The authoring context may write the plan or cleanup proposal, but a separate reviewer context must issue the verdict.
- Read plan file from
.omx/plans/(or specified path) - Evaluate via Critic agent
- For cleanup/refactor/anti-slop work, confirm the artifact includes a cleanup plan, regression-test coverage or an explicit test gap, bounded smell-by-smell passes, and quality gates.
- Return verdict: APPROVED, REVISE (with specific feedback), or REJECT (replanning required)
Guardrails
- Never write and approve in the same context.
- If the current context authored the artifact, hand review to Critic or another reviewer role.
- Approval must cite concrete evidence, not author claims.
Follow the Plan skill's full documentation for review mode details.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
configure-notifications
Configure OMX notifications - unified entry point for all platforms
ultraqa
QA cycling workflow - test, verify, fix, repeat until goal met
build-fix
Fix build and TypeScript errors with minimal changes
ask-claude
Ask Claude via local CLI and capture a reusable artifact
tdd
Test-Driven Development enforcement skill - write tests first, always
analyze
Run deep investigation of architecture, bugs, performance issues, or dependencies and return structured findings with file:line evidence. Use when a user says 'analyze', 'investigate', 'why does', 'what's causing', or needs root cause analysis before making changes. Routes to architect agent or Codex MCP for thorough cross-file reasoning.
Didn't find tool you were looking for?