What problem does it solve? Web applications often ship with accessibility barriers that block users with disabilities, and teams lack the specialized WCAG knowledge to find and fix them. This Skill audits UI code against WCAG 2.2 AA/AAA criteria and delivers specific, code-level fixes instead of vague warnings. ## Core Features & Use Cases - Component and Page Audits: Checks semantic HTML, ARIA roles and states, keyboard interaction patterns, focus management, and color contrast against numbered WCAG success criteria. - Code Review Mode: Flags accessibility regressions in pull requests, such as div-based buttons, missing form labels, and missing keyboard event handlers. - Automated Testing Setup: Provides integration patterns for axe-core, Lighthouse CI, and eslint-plugin-jsx-a11y. - Use Case: Before releasing a new checkout flow, run an audit to verify keyboard navigation, screen reader announcements, focus trapping in modals, and 4.5:1 text contrast, then apply the provided HTML/CSS fixes. ## Quick Start Ask the assistant to audit your checkout page component for WCAG 2.2 AA accessibility issues and provide fixes.