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 code patterns for reviewing and fixing these visual and motion details in frontend code. ## Core Features & Use Cases - Surface Polish: Enforces concentric border radius, optical alignment, layered box-shadows instead of decorative borders, and pure black/white image outlines. - Animation Guidance: Prescribes interruptible CSS transitions, staggered enter animations, subtle exits, contextual icon cross-fades, and exact values like scale(0.96) on press. - Icon Consistency: Matches icon stroke weight to text weight, uses one currentColor SVG recolored per state, and handles RTL flipping rules. - Structured Reviews: Produces severity-ranked findings tables with before/after code, verification steps, and an Approve/Needs changes/Block verdict. - Use Case: When a user says a settings page "feels off", the Skill walks every hover, focus, and loading state, replays motion at 10% speed, and returns a table of fixes such as correcting nested radii or replacing transition: all. ## Quick Start Review my Button and Card components for UI polish issues and suggest concrete fixes.