Catalog
yeachan-heo/omc-review

yeachan-heo

omc-review

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

v1.0LATEST
New~404Updated Aug 31, 2026

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
Files1
1 files · 1.0 KB

Select a file to preview

Overall Score

82/100

Grade

B

Good

Safety

90

Quality

82

Clarity

84

Completeness

75

Summary

A code review workflow skill that instructs an agent to evaluate existing work for defects, security risks, and simplification opportunities. The skill focuses on read-only analysis with no code generation or modification capabilities, emphasizing verification of findings before reporting and severity-based prioritization.

Detected Capabilities

code analysisfile readinglogical review and assessmentreport generation

Trigger Keywords

Phrases that MCP clients use to match this skill to user intent.

code reviewpull request reviewfind defectsevaluate changessecurity reviewsimplification checktest coveragemerge readiness

Use Cases

  • Evaluate pull requests for correctness before merge
  • Identify security boundaries and risk patterns in changes
  • Check for untested behavior in shipped code
  • Find simplification opportunities and code reuse violations
  • Assess edge case handling and error path logic
  • Verify concurrency correctness in parallel operations

Quality Notes

  • Skill explicitly prohibits modifications and code generation, establishing strong read-only boundaries
  • Clear priority ordering emphasizes finding actual defects over verbose reporting
  • Well-articulated workflow with verification step before reporting reduces false positives
  • Separates lanes (reviewer vs author context) to prevent bias
  • Honest severity reporting is mandated, avoiding artificial inflation of findings
  • Scope is deliberately narrow and focused on existing code, not authoring
  • License is included and clearly attributed
  • Rules section effectively documents non-negotiable constraints and philosophy
Model: claude-haiku-4-5-20251001Analyzed: Aug 31, 2026

Reviews

Add this skill to your library to leave a review.

No reviews yet

Be the first to share your experience.

Use yeachan-heo/omc-review in your dev environment

Command Palette

Search for a command to run...