What problem does it solve? Standard code reviews often rubber-stamp working code that quietly degrades maintainability through sprawling files, ad-hoc conditionals, and unnecessary abstractions. This Skill enforces an unusually strict review standard focused on structural quality and long-term codebase health. ## Core Features & Use Cases - Structural Regression Detection: Flags PRs that push files past 1000 lines, add scattered special-case branching, or leak feature logic into shared modules. - Code-Judo Restructuring Suggestions: Actively searches for reframings that delete entire layers of complexity rather than merely rearranging them. - Strict Approval Bar: Blocks approval when changes introduce thin wrappers, cast-heavy contracts, duplicated helpers, or non-atomic update flows without justification. - Use Case: Before merging a large feature branch, run this review to catch maintainability debt early and get concrete refactoring suggestions like extracting helpers, splitting modules, or simplifying state models. ## Quick Start Run a thermo-nuclear code quality review on the current branch's changes and flag any structural regressions.