What problem does it solve?
It helps you identify accessibility barriers on a live website so keyboard and assistive-technology users can navigate, read, and interact without friction.
Core Features & Use Cases
- Live Playwright accessibility testing: Use Playwright MCP to inspect the accessibility tree on real pages and validate semantic structure.
- WCAG 2.2 Level AA checks across pages: Verify heading hierarchy, landmarks, images/alt text, form label relationships, ARIA attributes, and focus behavior.
- Keyboard-focused verification: Exercise Tab, Enter, and Escape to ensure interactive elements are reachable and modals/menus behave correctly.
- Color contrast assessment: Extract computed color information and flag text and UI elements that fail WCAG contrast thresholds, including transparent background resolution.
- Structured reporting: Produce a JSON accessibility report and optionally generate a rendered HTML summary for quick triage.
Quick Start
Run the a11y skill against your target URL to produce a WCAG 2.2 Level AA accessibility JSON report with multi-page coverage.