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 provides a systematic final quality pass to catch those details before launch. ## Core Features & Use Cases - Systematic Polish Dimensions: Works through alignment, typography, color contrast, interaction states, micro-interactions, copy, icons, forms, edge cases, responsiveness, performance, and code quality. - Design System Alignment: Discovers existing design tokens, spacing scales, and shared components, then fixes drift such as hard-coded values or duplicated components. - Comprehensive Checklist: Provides a concrete pre-ship checklist covering WCAG contrast, 44px touch targets, keyboard navigation, reduced motion, and clean code. - Use Case: Before launching a new settings page, run a polish pass to verify every button has hover/focus/disabled states, spacing matches the design token scale, and no console logs remain in the code. ## Quick Start Ask the AI to polish the settings page before launch, checking alignment, spacing, interaction states, and accessibility against the design system.