What problem does it solve? Code changes often ship with hidden inconsistencies such as z-index conflicts, broken symlinks, or inconsistent naming that only surface after deployment. This Skill performs a pre-deployment audit handshake that verifies logical, architectural, and mathematical consistency before code is pushed. ## Core Features & Use Cases - Source File Scanning: Detects common defects including z-index conflicts, broken symlinks, and inconsistent naming conventions. - Structured Review Report: Returns findings in a concise caveman-review format for fast triage. - Audit Handshake Gate: Confirms Plan-Alignment and Math-Consistency before every git push or after completing Track Alpha/Beta work. - Use Case: Before pushing a UI change, run the audit to catch a z-index conflict between overlapping modal layers and a broken symlink introduced during refactoring. ## Quick Start Ask the AI to run a logic audit on the current project files and report any consistency issues before pushing to git.