What problem does it solve? Interfaces often feel subtly off due to small compounding details like mismatched border radii, jarring animations, or misaligned icons. This Skill provides concrete, opinionated rules for reviewing and building polished UI so those details are handled consistently. ## 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, exact contextual icon animation values, and motion restraint for high-frequency interactions. - Icon Consistency: Matches icon stroke weight to text weight, uses one currentColor SVG recolored per state, outline-by-default with fill for active states, and RTL flipping rules. - Structured Reviews: Produces severity-ranked findings tables with before/after fixes, verification steps, and an Approve/Needs changes/Block verdict. - Use Case: When a button press feels dead or a card looks off, apply the scale-on-press (0.96) rule and concentric radius formula to get an immediately more tactile, coherent result. ## Quick Start Review my Button and Card components for UI polish issues and suggest concrete fixes with before and after code.