What problem does it solve? Interfaces often feel off due to small compounding details like mismatched border radii, jarring animations, or inconsistent icon weights. This Skill provides concrete, opinionated rules for reviewing and building polished UI so those details are handled systematically instead of by intuition. ## Core Features & Use Cases - UI Polish Reviews: Audit frontend code against 15 core principles covering surfaces, animations, icons, and performance, with a structured findings table and severity-based verdict. - Animation Guidance: Implement interruptible transitions, staggered enter animations, subtle exits, contextual icon cross-fades, and scale-on-press feedback with exact prescribed values. - Icon and Surface Rules: Match icon stroke weight to text weight, recolor a single SVG per state via currentColor, compute concentric border radii, and replace decorative borders with layered shadows. - Use Case: When a button press feels dead or a card looks visually off, apply the scale-on-press and concentric radius rules to produce concrete before/after code fixes. ## Quick Start Review my Button and Card components for UI polish issues and suggest fixes for animations, shadows, and border radius.