What problem does it solve?
This Skill centralizes accessibility checks for form controls so labels, required-state cues, error announcements, fieldset semantics, and password toggles are verified consistently instead of being missed across multiple detectors.
Core Features & Use Cases
- Label coverage: Flags inputs, textareas, and selects that lack a real label or equivalent accessible name.
- Error and required-state clarity: Detects errors that will not be announced by assistive tech and required fields that rely on color alone or omit visible indicators.
- Form structure and interaction checks: Finds missing fieldset legends, password fields without show/hide controls, and focus order that does not match the visual layout.
- Use case: Run it on a login, signup, checkout, or admin form to catch accessibility regressions before release.
Quick Start
Use the qa-form-a11y skill to inspect the current page for form accessibility issues and return a concise list of findings with selectors and explanations.