What problem does it solve? Building accessible interfaces is often treated as a final audit, leading to costly retrofit patches for keyboard traps, missing ARIA roles, poor contrast, and broken screen reader flows. 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/TSX implementations for focus-trapped modals, 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 CI integration plus a manual checklist covering VoiceOver/NVDA, 200% zoom, forced colors mode, and reduced motion. - Use Case: When adding a modal dialog to a Next.js app, use this Skill to implement focus trapping, Escape handling, focus return to the trigger, and proper aria-modal labeling in one pass. ## Quick Start Ask the AI to make your React modal dialog accessible with keyboard focus trapping and WCAG 2.2 AA compliance.