What problem does it solve? Interfaces often rely on color alone to signal errors, required fields, link states, or chart categories, which makes that information invisible to colorblind, low-vision, and monochrome-display users. This Skill scans your code for WCAG 1.4.1 Use of Color violations and recommends concrete fixes. ## Core Features & Use Cases - Violation Detection: Identifies color-only links, form validation states, required-field markers, status indicators, hover/focus states, data visualizations, and color-coded categories. - Actionable Fixes: Recommends additional indicators such as icons, underlines, text labels, patterns, and ARIA attributes like aria-invalid and aria-describedby, with code examples. - Scoped Terminal Reports: Analyzes only the files you specify and outputs a plain-text report with file:line locations, violation types, current code, and remediation guidance. - Use Case: Before shipping a new dashboard, run the analysis on your chart and form components to catch red/green status indicators and color-only error borders, then apply the suggested icon and ARIA fixes. ## Quick Start Analyze src/components/Form.tsx and src/components/StatusBadge.tsx for WCAG 1.4.1 use-of-color violations and suggest fixes.