What problem does it solve?
This Skill helps teams identify and fix accessibility gaps so web and mobile interfaces work for keyboard users, screen readers, and people with diverse visual, motor, and cognitive needs.
Core Features & Use Cases
- WCAG 2.2 Guidance: Apply perceivable, operable, understandable, and robust patterns that align with modern accessibility requirements.
- ARIA and Semantic HTML: Choose native elements first, then add correct ARIA roles, states, and properties when custom behavior needs extra support.
- Keyboard and Focus Management: Build predictable tab order, visible focus states, skip links, dialogs, menus, and other fully keyboard-operable interactions.
- Mobile Accessibility: Support VoiceOver, TalkBack, touch target sizing, dynamic text scaling, reduced motion, and accessible gestures.
- Use Case: Use this Skill when reviewing a checkout flow, fixing an inaccessible modal, or auditing a product UI for WCAG 2.2 compliance before release.
Quick Start
Ask the accessibility-compliance skill to audit the current interface, identify WCAG 2.2 issues, and rewrite the affected components with accessible HTML, ARIA, keyboard, screen reader, and mobile support.