What problem does it solve? Finished features often ship with small visual and interaction defects—misaligned elements, inconsistent spacing, missing hover or focus states, hard-coded colors—that erode perceived quality. This Skill performs a systematic final quality pass to catch and fix those micro-detail issues before launch. ## Core Features & Use Cases - Systematic polish dimensions: Works through alignment, typography, color contrast, interaction states, transitions, copy, icons, forms, edge cases, responsiveness, performance, and code quality with an explicit checklist. - Design system alignment: Discovers existing design tokens and component conventions, then fixes drift such as hard-coded values or one-off components that duplicate shared ones. - Use Case: Before launching a new settings page, run the polish pass to verify all interactive states exist, spacing uses the design token scale, contrast meets WCAG AA, and no console logs or dead code remain. ## Quick Start Ask the AI to polish the target feature or page, for example: run a final polish pass on the checkout flow before release.