What problem does it solve? Code reviews are often inconsistent, subjective, or miss deep architectural and security flaws. This Skill enforces a rigorous, language-agnostic review process that applies SOLID principles, DRY/KISS/YAGNI heuristics, OWASP/NIST security rules, and quantitative complexity thresholds to every pull request, diff, or design. ## Core Features & Use Cases - ADIHQ Review Workflow: Processes every review through Analyze, Design, Evaluate/Implement, Handle, and Quality self-refinement stages. - Quantitative Gates: Automatically rejects functions with cyclomatic complexity above 15 and flags high cognitive complexity and ABC metric violations. - Security Enforcement: Detects hardcoded secrets, SQL injection risks, deprecated cryptography (MD5, SHA-1), and over-permissioned configurations. - Use Case: Submit a pull request diff and receive a structured matrix of findings with Severity, Dimension, Location, Violation, and Mandated Refactor for each issue found. ## Quick Start Ask the assistant to run a QA review on your pull request or code diff and return the severity matrix of violations.