What problem does it solve? AI code reviews often produce false positives, inflated severities, and unverified claims that erode maintainer trust. This Skill performs a disciplined senior-engineer review that verifies findings with real tooling, self-corrects through reflection and adversarial critique, and produces a decision-ready report a maintainer can act on without re-checking. ## Core Features & Use Cases - Five-domain review: Covers Code Quality, Security, Performance, Blueprint/Spec Consistency, and Test Quality, plus conditional lenses auto-detected from scope (database, accessibility, RAG, ML engineering, healthcare, agent/LLM stacks). - Ground-truth verification: Runs available linters, type-checkers, test suites, and dependency/secret scanners, labeling every finding with High/Medium/Low confidence instead of guessing. - Reflection + Critique-Correction Loop: A self-audit pass and an adversarial second-reviewer pass (optionally via sub-agents) suppress false positives before the report is shown. - PR Review Mode: Fetches a pull request via the GitHub CLI, treats PR content as untrusted input, and emits an APPROVE / APPROVE-WITH-COMMENTS / REQUEST-CHANGES verdict. - Use Case: Ask it to review a staged diff before merging to main; it detects the stack, runs the five domains plus any activated lenses, verifies findings with your repo's tooling, and writes a saved Markdown report with fixes (full rewrite under 100 lines, surgical patch above). ## Quick Start Ask the assistant to review the current git diff or a specific pull request before merging, for example by saying "review this PR and tell me if it is ready to merge".