What problem does it solve? Interfaces often feel off due to small compounding details like mismatched border radii, jarring animations, hard borders, and tiny hit areas. This Skill provides concrete, opinionated rules for reviewing and fixing those details in frontend code. ## Core Features & Use Cases - Surface Polish: Enforces concentric border radius, optical alignment, layered box-shadows instead of borders, and pure black/white image outlines. - Animation Standards: Guides interruptible CSS transitions, split-and-stagger enter animations, subtle exits, contextual icon cross-fades, and scale-on-press feedback. - Performance Guardrails: Bans transition: all, restricts will-change to GPU-compositable properties, and enforces minimum 44x44px hit areas. - Use Case: When a settings page feels unpolished, run a review to get a Before/After table of fixes such as correcting nested radii, adding staggered enter animations, and replacing card borders with layered shadows. ## Quick Start Review my UI component code and suggest polish improvements for animations, shadows, and border radius.