What problem does it solve? AI-generated interfaces often ship with visual slop: inconsistent spacing, weak hierarchy, arbitrary z-index values, layout-breaking animations, and inaccessible components. This Skill applies an opinionated baseline of UI constraints to clean up and polish front-end code quickly. ## Core Features & Use Cases - Constraint-Based Review: Checks code against explicit MUST/SHOULD/NEVER rules covering Tailwind usage, component primitives, interaction patterns, animation, typography, layout, performance, and design tokens. - File-Level Audit: Point it at a specific file to receive violations with quoted snippets, a one-sentence rationale, and a concrete code-level fix. - Use Case: After generating a React settings page, run the review to catch issues like h-screen instead of h-dvh, missing aria-label on icon buttons, animations on layout properties, or gradients that violate the design rules. ## Quick Start Ask the assistant to review a specific UI file against the baseline-ui constraints and list every violation with a concrete fix.