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 hard-coded values that drift from the design system. This Skill performs a systematic final quality pass to catch those details before release. ## Core Features & Use Cases - Design System Alignment: Discovers existing design tokens, spacing scales, and shared components, then identifies where the target feature deviates from them. - Systematic Multi-Dimension Review: Works through alignment, typography, color contrast, interaction states, micro-interactions, copy, icons, forms, edge cases, responsiveness, performance, and code quality with an explicit checklist. - Use Case: Before launching a new settings page, run a polish pass to verify all buttons have hover/focus/disabled states, spacing uses design tokens, touch targets meet 44x44px, and no console.log statements remain. ## Quick Start Ask the AI to polish the settings page before launch and fix any alignment, spacing, and interaction state issues it finds.