What problem does it solve? Web forms often fail users of assistive technology through missing labels, unclear error messages, lost data on failed submissions, and unannounced validation feedback. This Skill performs a structured, evidence-backed accessibility audit of forms and error handling so teams can find and fix these defects before users hit them. ## Core Features & Use Cases - Full form-journey audit: Reviews labels, instructions, required and invalid states, field groups, autocomplete, validation timing, error summaries, submission feedback, and recovery flows. - Evidence classification: Separates confirmed findings (with file, line, or reproduction evidence) from manual-test requirements for keyboard, screen-reader, and network behavior that cannot be verified statically. - WCAG 2.2 mapping: Maps each finding to relevant success criteria such as 1.3.1, 3.3.1, 3.3.3, and 4.1.3 without claiming full conformance. - Use Case: Before launching a checkout flow, run this audit to confirm every field has a programmatic label, errors identify the affected field with correction guidance, failed payments preserve entered values, and status messages are announced to screen readers. ## Quick Start Audit the sign-up and checkout forms in this repository for accessibility issues and produce a findings report with WCAG 2.2 mappings.