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 uneven copy—that erode perceived quality. This Skill provides a systematic final review pass to catch those details before release. ## Core Features & Use Cases - Systematic Quality Checklist: Walks through alignment, typography, color contrast, interaction states, micro-interactions, forms, responsiveness, and performance dimensions. - Design Token & Accessibility Enforcement: Verifies spacing uses design tokens, contrast meets WCAG standards, focus indicators are visible, and touch targets reach 44x44px. - Use Case: Before shipping a new settings page, run a polish pass to confirm every button has hover, focus, active, disabled, and loading states, spacing follows the grid at all breakpoints, and no console logs remain in the code. ## Quick Start Ask the AI to run a final polish pass on the current feature, checking alignment, interaction states, and accessibility before it ships.