What problem does it solve?
Shipping web products with unaddressed accessibility violations exposes teams to legal risk under regulations like the ADA and EU Accessibility Act, while excluding users with disabilities from accessing your content. Most common accessibility failures are deterministic and can be automatically detected and fixed before launch.
Core Features & Use Cases
- Static HTML Scanning: Detects common structural and labeling issues like missing alt text, unlabeled form inputs, broken heading order, and duplicate IDs in built/static HTML files.
- Deterministic Auto-Fix: Automatically applies safe, context-aware fixes for flagged issues without inventing content, asking for clarification only when alt text or labels are genuinely ambiguous.
- Rendered Audit Escalation: For issues that require computed style or interaction checks (like color contrast and focus visibility), escalates to a live browser scan using industry-standard tools.
- Use Case: A frontend developer preparing a new marketing site for launch can use this skill to catch and fix all accessibility gaps in one workflow, avoiding costly post-launch retrofits and compliance penalties.
Quick Start
Use the a11y skill to scan your project's built HTML files for accessibility issues and automatically apply fixes to all deterministic WCAG 2.2 violations.