agent-doc-discipline
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Evaluate finished work for defects, risk, and simplification before it ships
$ npx -y skills add Yeachan-Heo/oh-my-claudecode --skill review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Evaluate finished work for defects, risk, and simplification before it ships
name: omc-review description: Evaluate finished work for defects, risk, and simplification before it ships
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.
Find what is actually wrong, ranked by severity, with enough detail to act on.
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.
security, destructive operations) stay separate and fail closed.
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.
Repo: Yeachan-Heo/oh-my-claudecode
Writing-time discipline for documents agents consume (the five surfaces, specs, tickets, .omc/skills/) — every rule checkable and carrying a why, steps before…
Clean AI-generated code slop with a regression-safe, deletion-first workflow and optional reviewer-only mode
Shipyard's navigator — chart a foggy effort (destination unclear, questions not yet stateable) into a map of decision tickets on the repo's issue tracker, then…
Process-first advisor routing for Claude, Codex, Gemini, Antigravity, Grok, or Cursor via `omc ask`, with artifact capture and no raw CLI assembly
Stateful single-mission improvement loop with strict evaluator contract, markdown decision logs, and max-runtime stop behavior