What problem does it solve? Web accessibility issues like missing ARIA labels, keyboard focus traps, low color contrast, and broken heading hierarchies are hard to detect manually, leaving users of assistive technologies with broken experiences. ## Core Features & Use Cases - Automated Lighthouse Audits: Run navigation-mode Lighthouse accessibility audits and parse failing elements from JSON reports with jq or Node.js one-liners. - Accessibility Tree Inspection: Use browser snapshots to verify heading hierarchy, semantic landmarks, accessible names, and DOM reading order against visual layout. - Interactive Testing Snippets: Evaluate JavaScript snippets to find orphaned form inputs, measure tap target sizes, check color contrast ratios, and validate global page settings like lang and viewport. - Use Case: A QA engineer needs to certify a checkout flow for WCAG 2.1 AA. The skill runs a Lighthouse audit, walks keyboard focus through the modal dialog, and reports every unlabeled input and low-contrast element with remediation guidance. ## Quick Start Audit this page for WCAG AA accessibility violations and report all failing elements with fixes.