What problem does it solve?
This Skill performs a final quality pass to catch alignment, spacing, consistency, accessibility, and micro-detail issues that keep a product from feeling finished and professional before release.
Core Features & Use Cases
- Design system alignment: Identify hard-coded values, convert to tokens, and replace one-off components with shared primitives.
- Visual and interaction polish: Fix spacing, optical alignment, typography, color contrast, focus states, and missing interaction states across breakpoints.
- Performance and code hygiene: Reduce layout shift, remove debug artifacts, consolidate duplicated styles, and ensure motion respects reduced-motion preferences.
- Use case: Run a pre-launch polish on a checkout flow to ensure consistent spacing, accessible contrast, complete interaction states, smooth transitions, and no console errors.
Quick Start
Polish the checkout UI: verify spacing and alignment against the spacing scale, replace hard-coded colors with tokens, ensure all interactive states and focus indicators exist, and clean up any debug logs or duplicated styles.