What problem does it solve?
This Skill ensures software is usable by everyone, including people with disabilities, addressing legal compliance (ADA, Section 508) and expanding market reach to the 1 billion disabled users globally.
Core Features & Use Cases
- WCAG 2.2 Compliance: Guides through testing against Web Content Accessibility Guidelines (WCAG) 2.2 Level AA, covering Perceivable, Operable, Understandable, and Robust principles.
- Screen Reader Validation: Provides techniques for testing with major screen readers (JAWS, NVDA, VoiceOver) and a checklist for common issues.
- Automated & Manual Testing: Combines automated tools (axe-core, Pa11y, Lighthouse) with essential manual techniques (keyboard navigation, color contrast, text resize).
- Use Case: Use this Skill to automatically scan your web application for WCAG 2.2 violations in CI/CD, then manually verify critical user flows with a screen reader to ensure full compliance.
Quick Start
Use the accessibility-testing skill to run an automated WCAG 2.2 Level AA scan on your homepage and generate a report of all violations.