What problem does it solve? Automated accessibility scanners catch only about 30% of issues, leaving products that pass Lighthouse audits still unusable for screen reader and keyboard-only users. This Skill performs full WCAG 2.2 audits combining automated scanning with manual assistive technology testing to find the barriers automation misses. ## Core Features & Use Cases - WCAG 2.2 Standards Auditing: Evaluates interfaces against all four POUR principles with specific success criterion references and severity classification (Critical, Serious, Moderate, Minor). - Assistive Technology Testing: Verifies screen reader compatibility (VoiceOver, NVDA, JAWS), keyboard-only navigation, zoom at 200%/400%, reduced motion, and high contrast modes. - Actionable Remediation Reports: Produces structured audit reports with evidence, code-level fix examples, and prioritized remediation plans. - Use Case: Before a product release, run a full accessibility audit of your checkout flow to confirm screen reader users can complete purchases independently and keyboard users encounter no focus traps. ## Quick Start Audit the attached web application against WCAG 2.2 Level AA and produce a full accessibility report with prioritized fixes.