What problem does it solve? Web accessibility violations are hard to detect systematically, and teams often miss WCAG 2.2 requirements that expose them to ADA, Section 508, and VPAT compliance risk. This Skill provides a structured audit workflow combining automated scanning with manual verification and concrete remediation patterns. ## Core Features & Use Cases - Structured WCAG 2.2 Audit Checklists: Criterion-by-criterion checklists organized by the POUR principles (Perceivable, Operable, Understandable, Robust) covering Levels A and AA. - Automated Testing Integration: Ready-to-use axe-core, Playwright, pa11y, and Lighthouse configurations for detecting violations programmatically. - Remediation Patterns: Copy-paste code fixes for common issues like missing form labels, insufficient color contrast, and keyboard navigation failures. - Use Case: Before launching a new product page, run the audit workflow to scan for violations, manually verify keyboard navigation and screen reader flows, then apply the provided HTML/CSS/ARIA fixes and re-test to document compliance status. ## Quick Start Audit this page for WCAG 2.2 Level AA compliance and list each violation with its criterion and a remediation fix.