What problem does it solve? Manually checking a website for accessibility barriers is slow and easy to get wrong, and teams often discover WCAG violations only after a complaint or legal notice. This Skill runs a real axe-core audit across your pages, groups findings by impact, and produces a structured report you can hand to developers. ## Core Features & Use Cases - Full axe-core WCAG audit: Runs the complete axe WCAG 2.x ruleset via @axe-core/playwright, including computed color contrast, ARIA validity, and landmark rules, with findings grouped as critical, serious, moderate, or minor. - Accessibility tree inspection: Dumps the real CDP accessibility tree (Chromium) to catch unnamed buttons, missing landmarks, and heading-order jumps the way a screen reader sees them. - Keyboard and modal spot checks: Samples Tab traversal for focus traps and re-audits opened modals and dialogs that hide issues on the host page. - Use Case: Before a release, ask for a WCAG audit of your signup flow; the Skill audits each page, flags three critical missing form labels shared across pages, and delivers an HTML report with the top fixes by leverage. ## Quick Start Run a WCAG accessibility audit on https://example.com/pricing and summarize the critical and serious issues.