What problem does it solve? Automated axe checks already run in CI, but they miss colour contrast, meaningful alt text, focus order, and reduced-motion behavior. This Skill covers exactly those gaps with a structured manual audit of components and live pages. ## Core Features & Use Cases - Structural source audit: Reviews .tsx and .css files for semantic HTML, ARIA usage, keyboard navigation, focus styles, and motion handling, flagging only what axe cannot detect. - Visual contrast audit: Screenshots components in light and dark mode and computes foreground/background contrast ratios against WCAG 1.4.3 and 1.4.11 thresholds. - Severity-ranked reporting: Reports each finding with file, line, WCAG criterion, and a Critical/Moderate/Minor severity, plus a summary count. - Use Case: Ask whether the Dropdown component is accessible, and receive a line-level report distinguishing issues already enforced by the automated axe gate from genuine manual findings. ## Quick Start Run an accessibility audit on the Dropdown component and report any WCAG 2.1 AA violations with severity levels.