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: Walks through alignment, spacing, typography, color contrast, icons, forms, and responsiveness against a structured checklist. - Interaction state coverage: Verifies every interactive element has default, hover, focus, active, disabled, loading, error, and success states. - Code hygiene cleanup: Removes console logs, dead code, unused imports, and TypeScript any usage before shipping. - Use Case: Before releasing a new settings page, run the polish pass to catch a missing focus indicator, a 13px off-grid gap, and an unhandled empty state, then fix them consistently. ## Quick Start Ask the AI to run the polish skill on the feature or page you are about to ship, optionally naming the target area to review.