What problem does it solve? Building accessible interfaces is often treated as a final audit, leading to costly retrofit patches for keyboard navigation, screen reader support, and focus management. This Skill embeds accessibility into component architecture from the start so interfaces meet WCAG 2.2 AA by construction. ## Core Features & Use Cases - Component Pattern Library: Production-ready React implementations for modals with focus traps, accordions, comboboxes, data tables, skip navigation, and live regions with correct ARIA semantics. - Systematic Audit Protocol: A five-step workflow covering keyboard journey mapping, semantic structure, component patterns, color contrast ratios, and reduced-motion handling. - Testing & Quality Gates: Automated axe-core integration for CI plus a manual checklist covering VoiceOver/NVDA, 200% zoom, forced colors mode, and reduced motion. - Use Case: When building a custom dropdown or dialog in React, use this Skill to get the correct ARIA roles, keyboard handlers, focus trap logic, and focus-return behavior instead of assembling them from scattered documentation. ## Quick Start Ask the AI to make your React modal or form accessible with keyboard navigation and screen reader support following WCAG 2.2 AA.