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 copy inconsistencies—that separate good work from great work. This Skill performs a systematic final quality pass to catch and fix those micro-detail issues before release. ## Core Features & Use Cases - Systematic polish dimensions: Works through alignment, spacing, typography, color contrast, interaction states, transitions, copy, icons, forms, edge cases, responsiveness, performance, and code quality. - Design system alignment: Discovers existing design tokens, component libraries, and conventions, then fixes drift such as hard-coded values or duplicated one-off components. - Structured checklist: Provides a concrete verification checklist covering WCAG contrast, 44px touch targets, keyboard navigation, reduced-motion support, and clean code. - Use Case: Before launching a new settings page, run a polish pass to fix a 13px off-scale gap, add missing focus indicators, replace hard-coded hex colors with design tokens, and remove leftover console.log statements. ## Quick Start Ask the AI to polish the target feature or page, for example by saying: run a final polish pass on the checkout flow before we ship it.