What problem does it solve?
This Skill helps teams reliably review code changes with senior-engineer discipline, focusing first on whether the implementation meets the spec and only then expanding into architecture, security, reliability, and overall code quality.
Core Features & Use Cases
- Spec compliance first: Compares the diff against success criteria in
.ohc/plans/ and the user’s stated requirements, reporting Implemented vs Partial vs Missing.
- Severity-structured findings (P0–P3): Produces a prioritized report where blocking issues (P0/P1) are clearly identified and must be resolved before merge.
- Security + quality coverage: Evaluates the change against dedicated security and code-quality checklists, including common web vulnerabilities and reliability pitfalls.
- Removal candidate identification: Flags dead/unreachable code and feature-flagged-off logic using a safe deletion vs defer plan approach.
Quick Start
Ask your AI agent to run a structured code review for the current git diff and return a P0-P3 severity report with spec compliance, security, and code-quality findings.