What problem does it solve? Code reviews without a framework degrade into superficial comments that miss correctness, security, and architectural defects. This Skill enforces a structured pre-PR review pass so every diff is checked against six ordered dimensions with explicit blocker versus nit classification and recorded evidence. ## Core Features & Use Cases - Six-dimension review framework: Walks correctness, tests, security, structure, readability, and performance in priority order, composing with specialized skills like void-tdd, void-security-guidance, and void-typescript-strict. - Blocker vs nit discipline: Every comment is prefixed BLOCKER, NIT, QUESTION, or PRAISE, and strict mode requires a Review Evidence block in the PR body. - Cross-model second opinion: Composes the native /void-code-review command at configurable effort levels with the codex CLI for an independent review from a different model family, surfacing disagreements explicitly. - Use Case: Before merging a feature branch into main, run the strict-mode pass to verify TDD evidence, trust-boundary validation, and hexagonal boundaries, then record the dimension checklist and blocker count in the PR body. ## Quick Start Review the current branch diff against main in strict mode and produce the Review Evidence block for the PR body.