What problem does it solve? Manually verifying that text and UI component colors meet WCAG contrast requirements is tedious and error-prone, especially when colors are scattered across CSS variables, design tokens, and theme files. This Skill automates the analysis and produces actionable fixes. ## Core Features & Use Cases - WCAG Contrast Analysis: Calculates contrast ratios for color pairs and checks them against WCAG 1.4.3 (text) and 1.4.11 (UI component) thresholds using MCP tools. - Accessible Color Suggestions: Generates compliant alternative hex values that preserve the original hue and design theme. - Scoped Reporting: Analyzes only the files you specify while searching the broader codebase for referenced color definitions, then reports violations with file locations, ratios, and fixes. - Use Case: Point it at a button component file and receive a report showing that #7c8aff text on #ffffff fails at 3.03:1, plus a recommendation to use #5061ff for a passing 4.67:1 ratio. ## Quick Start Ask the assistant to check color contrast for WCAG compliance in a specific file such as src/components/PrimaryButton.tsx.