What problem does it solve? Reviewing local code changes manually often misses regressions, hidden blast radius, and gaps between the requested behavior and what was actually implemented. This Skill provides a structured, two-axis review of local diffs so standards violations and missed requirements are caught independently before merge. ## Core Features & Use Cases - Two-Axis Review: Evaluates Standards & Code Smells (Fowler 12-smell baseline, Clean Architecture) separately from Spec & Intent Fidelity so clean code cannot mask missed requirements. - Risk-Aware Analysis: Uses knowledge graph tools to detect changes, find affected execution flows, check test coverage for high-risk symbols, and measure impact radius. - Token-Efficient Workflow: Enforces minimal-context queries and a budget of roughly 5 tool calls and 800 output tokens per review. - Use Case: Before committing a feature branch, ask for a review of your local diff to receive findings grouped under Standards & Code Smells and Spec & Intent Fidelity headings. ## Quick Start Review my current uncommitted changes for code smells, regressions, affected flows, and missing tests.