What problem does it solve? Interfaces often feel subtly off due to small compounding details: mismatched nested border radii, borders used where shadows belong, jarring theme-switch transitions, and icons that clash with text weight. This Skill provides exact, opinionated values and recipes to find and fix those polish issues in UI code. ## Core Features & Use Cases - Surface polish: Enforces concentric border radius (outer = inner + padding), layered box-shadows instead of depth borders, and pure black/white image outlines at 10% opacity. - Motion recipes: Prescribes interruptible CSS transitions, scale(0.96) press feedback, staggered enter animations, subtle exits, and contextual icon cross-fades with exact values for both Motion/Framer Motion and dependency-free CSS. - Icon consistency: Matches icon stroke width to adjacent text weight, uses one currentColor SVG recolored per state, and handles RTL flipping rules. - Use Case: Ask for a review of a React/Tailwind component and receive a severity-ranked findings table (HIGH/MEDIUM/LOW) with file:line locations, before/after fixes, and a Block or Approve verdict. ## Quick Start Review the UI polish of my Button and Card components and report any violations with fixes.