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 degrade perceived quality. This Skill performs a systematic final quality pass over front-end code to catch and fix those micro-detail issues before release. ## Core Features & Use Cases - Design System Alignment: Discovers existing design tokens, component libraries, and style conventions, then corrects drift such as hard-coded values or duplicated one-off components. - Systematic Multi-Dimension Review: Works through checklists covering typography, color contrast (WCAG), interaction states, transitions, forms, edge cases, responsiveness, and performance. - Code Hygiene Cleanup: Removes console logs, dead code, and unused imports while verifying accessibility attributes and keyboard navigation. - Use Case: Before launching a new settings page, run the polish pass to verify all buttons have hover/focus/disabled states, spacing matches the design token scale, and no layout shift occurs on load. ## Quick Start Ask the AI to polish the settings page component and fix any alignment, spacing, and interaction state issues before release.