Skip to content
Agent Orchestration
Skill

/review

Evaluate finished work for defects, risk, and simplification before it ships

From plugin
oh-my-claudecode
39k39 skills21 agents21 commands11 hooks
+1
Install
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill review --agent claude-code

How it fires

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

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

The summary Claude sees to decide when to auto-load this skill.

Evaluate finished work for defects, risk, and simplification before it ships

SKILL.md

review.SKILL.md
name: omc-review
description: Evaluate finished work for defects, risk, and simplification before it ships

Review

Use this skill to evaluate work that already exists. Review never authors the change it is judging.

This is the canonical review workflow. `merge-readiness` routes here, and `ai-slop-cleaner` is an opt-in lane within it.

Goal

Find what is actually wrong, ranked by severity, with enough detail to act on.

Workflow

1. Establish what changed and what it was meant to do. 2. Read the change against that intent. 3. Check correctness first, then risk, then simplification. 4. Verify each candidate finding before reporting it. 5. Report findings most-severe first.

What to check

  • **Correctness** — logic defects, edge cases, error paths, concurrency
  • **Risk** — security boundaries, destructive operations, data integrity
  • **Reuse** — existing utilities or patterns the change should have used
  • **Simplification** — code that could be deleted or collapsed
  • **Coverage** — behavior that ships untested

Rules

  • Separate lanes: the reviewer must not be the author's same active context.
  • Verify before reporting. A plausible-sounding finding that does not reproduce is noise.
  • State severity honestly; do not pad the list to look thorough.
  • "No findings" is a valid result when the work is sound.
  • Advisory by default — review informs, it does not gate. Hard gates (release,

security, destructive operations) stay separate and fail closed.

Output

  • Findings, most-severe first, each with file, line, and concrete failure scenario
  • What was checked and found clean
  • Anything that could not be assessed
Read more
Ships withoh-my-claudecode

For Codex users: Check out oh-my-codex — the same orchestration experience for OpenAI Codex CLI. Liked OmC but found it a bit overkill? Try gajae-code.

Get the whole plugin

Other skills on oh-my-claudecode.