What problem does it solve? AI-authored and human-authored diffs often silently drop spec requirements, leave stubs posing as implementations, miss security holes like IDOR or SQL injection, and skip edge-case tests. This Skill runs a structured, multi-axis review so nothing important slips through before merge. ## Core Features & Use Cases - Spec-Completeness Audit: Walks every spec item against the diff to catch silently skipped requirements, stubs, and quietly narrowed scope. - Security Pass: Traces untrusted input to sinks, checks authz on new endpoints, scans for secrets, weak crypto, SSRF, and TOCTOU races. - Edge-Case Test Audit: Lists exactly which edge cases (null input, boundaries, concurrency, partial failure) lack tests. - Second Opinion: Delegates to an independent reviewer skill when installed for a fresh-session review. - Use Case: Before merging a feature branch, ask for a review and get a verdict organized by severity: spec gaps, security findings, blocking issues, missing tests, and unused code. ## Quick Start Ask the agent to review my current changes and tell me if this branch is ready to merge.