What problem does it solve? Code reviews often miss subtle AI-generated defects like phantom validations, silent error swallowing, and mock collusion, and reviewers frequently conflate standards compliance with spec fidelity, letting one axis mask failures in the other. ## Core Features & Use Cases - Two-Axis Independent Review: Evaluates Standards (repo standards plus Fowler smell baseline) and Spec (faithful implementation of the originating issue) as parallel sub-agents, reported side by side without cross-ranking. - Adversarial Anti-Slop Audit: Detects AI bug signatures including hallucinated APIs, async race conditions, context-window truncation, tautological test assertions, and resource leaks in error paths. - Safety Verification: Enforces zero-downtime expand/contract database migrations, backward-compatible API changes, and supply chain checks for typosquatting and unpinned dependencies. - Use Case: Before merging a pull request, run the skill against a fixed point like main to receive separate Standards and Spec findings with exact file paths and line numbers, plus a structured code-review-finding.json for CI gating. ## Quick Start Use the review-code skill to review all changes since main on both the standards and spec axes and report findings side by side.