What problem does it solve? Newly generated UI often ships with invisible buttons, low-contrast text, missing focus states, and touch targets too small for mobile users. This Skill provides a fast verification checklist and concrete fixes to catch these accessibility and usability defects before shipping. ## Core Features & Use Cases - Pre-Flight Checklist: Covers visibility, contrast ratios (4.5:1), 44px touch targets, hover/pressed/focus/disabled states, dark mode, and responsive behavior. - Contrast Guidance: Includes Tailwind-safe color combinations for light and dark modes plus DevTools and online checker workflows. - Common Fixes: Ready-to-use React/Tailwind code snippets for invisible buttons, low-contrast text, missing focus rings, small touch targets, and broken dark mode. - Use Case: After generating a new settings page, run the checklist to discover that secondary text uses text-gray-400 on white (2.6:1 contrast) and fix it by switching to text-gray-600 before committing. ## Quick Start Review the UI components I just created against the accessibility checklist and fix any contrast, visibility, or touch-target issues you find.