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 rough copy—that erode perceived quality. This Skill performs a systematic final quality pass to catch and fix those details before release. ## Core Features & Use Cases - Systematic UI Audit: Works through alignment, spacing, typography, color contrast, interaction states, transitions, forms, and responsiveness using a structured checklist. - Edge Case & State Coverage: Verifies loading, empty, error, and success states, plus keyboard navigation, focus indicators, and WCAG contrast compliance. - Code Hygiene Pass: Removes console logs, dead code, unused imports, and TypeScript any types before shipping. - Use Case: Before releasing a new order dashboard, run a polish pass to fix inconsistent spacing, add missing button hover states, and verify the layout holds at mobile breakpoints. ## Quick Start Ask the AI to run a polish pass on the checkout page before it ships.