wcag-accessibility
Comprehensive WCAG 2.1/2.2 AA accessibility skill covering audits, remediation, ARIA patterns, screen reader testing, color contrast, keyboard navigation, mobile a11y, cognitive accessibility, legal compliance, and CI/CD testing pipelines.
Use this skill whenever the user asks about or touches ANY of the following — even if they do not use the word "accessibility":
AUDITING & COMPLIANCE: "is this accessible?", "does this pass WCAG?", "audit my component", "Section 508 compliance", "EAA 2025", "VPAT", "ACR", "conformance report", "accessibility statement", reviewing code or designs for a11y problems.
ARIA & HTML: "what role do I use?", "aria-label vs aria-labelledby", "focus management", "focus trap", "live region", "aria-expanded", "roving tabindex", "skip link", "semantic HTML", "accessible name", role on any UI element.
KEYBOARD & INTERACTION: "keyboard navigation", "Tab order", "keyboard trap", "no keyboard access", "arrow key navigation", any interactive component that needs keyboard support.
SCREEN READE