What problem does it solve?
It helps you identify and fix accessibility barriers so people with disabilities can use your web app effectively, aligning improvements with WCAG 2.2 expectations.
Core Features & Use Cases
- WCAG 2.2-aligned guidance: Covers the POUR principles and maps common fixes to relevant success criteria (for example: text alternatives, contrast, keyboard access, focus management, and error handling).
- Practical implementation patterns: Provides copy-ready patterns for keyboard behavior, focus traps, skip links, live regions, and ARIA tab structure.
- Testing and prioritization: Includes automated (Lighthouse, axe) and manual testing checklists plus an impact-based issue list to help you decide what to fix first.
- Use cases: Use when conducting an a11y audit, preparing for accessibility compliance reviews, improving screen reader support, or hardening a UI against common WCAG failures.
Quick Start
Ask the accessibility skill to run an audit for your page and recommend the highest-impact WCAG 2.2 fixes (keyboard navigation, focus visibility, contrast, and screen reader announcements).