What problem does it solve? Accessibility audits often produce generic compliance lists disconnected from the real frontend. This Skill audits actual screens, components, and user flows against WCAG criteria, combining automated scans with manual keyboard and focus testing to deliver actionable, prioritized findings. ## Core Features & Use Cases - Structured WCAG Audit Workflow: Combines automated tooling (axe, Lighthouse, pa11y) with mandatory manual checks for keyboard navigation, focus visibility, accessible names, and dynamic state announcements. - Prioritized, Actionable Findings: Each finding records severity, affected screen or component, user impact, suggested fix, and verification steps, prioritized by task blockage and cross-component impact. - Remediation Patterns: Includes a reference playbook with WCAG 2.2 checklists, code-level fixes for form labels, color contrast, keyboard navigation, and ARIA status messages. - Use Case: Audit a Next.js checkout flow for accessibility before release, producing a report of blocking issues (missing form labels, keyboard traps in dialogs) with concrete remediation steps for each reusable component. ## Quick Start Audit the login and checkout flows of this project for WCAG 2.2 AA issues and produce a prioritized findings report with fixes.