What problem does it solve? Web components and pages often ship with accessibility defects — unreachable controls, missing labels, broken focus management — that block users with disabilities and fail WCAG conformance. This Skill audits, fixes, specifies, and explains accessibility issues against WCAG 2.2 Level AA so defects are caught with cited success criteria instead of guesswork. ## Core Features & Use Cases - Tiered Audits: Produces Blocker / High / Medium findings with success-criterion citations, plus a separate Polish tier for best-practice items below AA. - Remediation Diffs: Applies minimal inline fixes annotated with the SC each change satisfies, preferring semantic HTML over ARIA patches. - Component A11y Specs: Writes accessibility contracts for new components covering keyboard model, ARIA pattern, focus behavior, and error semantics. - Use Case: While building a React component library, run an audit on a new Modal component to verify focus trap, focus restoration to the trigger, and role="dialog" semantics before release. ## Quick Start Ask the assistant to audit a component or page for WCAG 2.2 AA accessibility issues and list the findings by severity.