What problem does it solve?
This Skill helps review UI code for consistency, accessibility, and design-system alignment so interfaces look polished and behave predictably across screens and components.
Core Features & Use Cases
- Design token compliance: Flags hardcoded colors, spacing, shadows, and radius values that break the visual system.
- Component convention review: Checks for expected patterns like
data-slot, cn() usage, typed props, and className overrides.
- Accessibility and mobile quality: Identifies missing labels, weak contrast, poor touch targets, overflow problems, and motion issues.
- Best fit use case: Use it when reviewing a React or UI component file before merge to catch visual, accessibility, and coherence regressions early.
Quick Start
Review the provided UI file for design-system, accessibility, and mobile best-practice violations and return issues with concrete fixes.