What problem does it solve? Code can be technically correct yet implement the wrong thing. This Skill catches semantic drift between stated intent and actual implementation, alongside security, bug, style, architecture, performance, and test-coverage issues in code changes. ## Core Features & Use Cases - Seven-dimension review: Semantic consistency, security, bug risk, code style, architecture, performance, and test coverage, with review depth adapting to change size (quick/standard/deep modes). - Intent inference and confirmation: Infers the functional intent of changed code from naming, docstrings, callers, and linked requirements, then verifies implementation against that intent. - Structured reports and follow-up: Produces a scored review report with severity-ranked findings, auto-triggers adversarial re-checks on clean passes, and runs temporary tests to validate uncertain data flows. - Use Case: Paste a commit hash or run it on a pull request to receive a full multi-dimensional review report with line-level findings and merge recommendations. ## Quick Start Ask the AI to review a specific commit, branch diff, or pull request, for example by saying: review the changes in commit abc1234.