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 principles and review workflows to identify and fix these visual polish issues in frontend code. ## Core Features & Use Cases - UI Polish Principles: Fifteen concrete rules covering concentric border radius, optical alignment, layered shadows, interruptible animations, staggered entrances, and icon stroke matching. - Structured Review Output: Generates findings tables with severity levels, before/after code, file locations, and a final verdict (Block, Needs changes, Approve). - Animation Guidance: Prescribes exact values for icon animations, press feedback (scale 0.96), exit transitions, and motion restraint, with fallbacks for projects without framer-motion. - Use Case: When a button feels unresponsive or a card looks off, apply the principles to add scale-on-press feedback, fix nested border radii, and replace elevation borders with layered box-shadows. ## Quick Start Review my React component code for UI polish issues and suggest fixes for animations, shadows, and icon states.