What problem does it solve? Large frontend codebases accumulate design problems over time: oversized components, duplicated patterns, inconsistent styling, and dead code that nobody notices. This Skill provides a structured review workflow to find real design issues, report them clearly, and execute approved fixes safely. ## Core Features & Use Cases - Structured Analysis Workflow: Follows a six-step process from reading and understanding code, through analysis and reporting, to user-approved execution and verification. - Multi-Angle Review: Examines flow and UX gaps, component design (size, responsibility, copy-paste patterns), cross-page consistency, and dead code such as unused exports and unwired features. - Enforced Hard Limits: Applies concrete constraints like route pages under 80 lines, components under 300 lines, functions under 50 lines, and cn() for conditional classes. - Use Case: A React frontend has grown messy after months of feature work. Use this Skill to audit the codebase, get a report of oversized components and dead files, decide what to fix, and have the refactor verified with tsc and biome. ## Quick Start Ask the assistant to review the frontend codebase for refactoring opportunities and report oversized components, inconsistent patterns, and dead code before making any changes.