What problem does it solve? Finished features often ship with small visual and interaction defects—misaligned elements, inconsistent spacing, missing hover or focus states, and uneven copy—that erode perceived quality. This Skill performs a systematic final quality pass over frontend work to catch and fix those details before release. ## Core Features & Use Cases - Systematic polish dimensions: Walks through alignment, spacing, typography, color contrast, interaction states, transitions, copy, icons, forms, edge cases, responsiveness, performance, and code cleanliness. - Design-token enforcement: Flags hard-coded colors and off-scale spacing values, ensuring everything uses the design system consistently. - Accessibility verification: Checks WCAG contrast ratios, keyboard navigation, focus indicators, touch target sizes, and reduced-motion support. - Use Case: Before shipping a new settings page, run the polish pass to catch a missing loading state on the save button, a 13px gap that breaks the spacing scale, and gray text on a colored banner that fails contrast. ## Quick Start Ask the AI to run the polish skill on the feature you just finished, for example: "Polish the new checkout flow before we ship it."