What problem does it solve? Accessibility issues are easy to miss and hard to verify: automated scanners catch only 30 to 50 percent of problems, and teams often ship products that fail keyboard, screen reader, or contrast requirements without knowing it. This Skill runs a structured, five-stage WCAG audit and turns findings into a prioritized remediation plan. ## Core Features & Use Cases - Five-stage audit methodology: Combines automated scanning (axe, Lighthouse, WAVE, Pa11y), manual keyboard testing, screen reader testing, visual checks (contrast, zoom, reflow), and cognitive accessibility review. - WCAG 2.1 AA scoring: Maps every finding to specific success criteria across the four principles (Perceivable, Operable, Understandable, Robust) with P0-P3 severity classification. - Report and remediation outputs: Ships a fillable audit report template, a WCAG quick-reference checklist, and a decision-grade ARIA patterns guide covering modals, tabs, live regions, and labeling. - Use Case: Before launching a marketing site, run the audit across key user flows to catch a modal without focus management (P0), low-contrast body text (P1), and missing form labels, then hand engineering a sequenced fix roadmap. ## Quick Start Audit the checkout flow of my site for WCAG 2.1 AA compliance and produce a prioritized remediation report.