What problem does it solve? Codebases accumulate unnecessary complexity: reinvented standard library functions, speculative abstractions, unused dependencies, and dead flexibility. This Skill performs a focused review pass that hunts only over-engineering, telling you exactly what to cut and what replaces it. ## Core Features & Use Cases - Complexity-Only Review: Flags dead code, hand-rolled stdlib equivalents, unneeded dependencies, and speculative abstractions using five tags: delete, stdlib, native, yagni, shrink. - One-Line Findings: Each finding is a single line with location, what to cut, and the replacement, ending with a net line-reduction score. - Use Case: After a large feature branch, ask for an over-engineering review to find that a 27-line validator class can be replaced by a one-line check, or that moment.js can be dropped for Intl.DateTimeFormat. ## Quick Start Ask the AI to review this diff for over-engineering and tell me what can be deleted.