← ClaudeAtlas

wcag-auditlisted

WCAG 2.2 AA audit checklist, severity rubric, and stack adaptation for accessibility review. Use whenever the project contains UI code (`.jsx`, `.tsx`, `.vue`, `.svelte`, HTML files, Django templates), OR the user asks about accessibility, a11y, WCAG, screen readers, keyboard navigation, focus management, ARIA, contrast, semantic HTML, alt text, form labels, or audits a component, page, or template for accessibility issues regardless of stack, even if WCAG is not mentioned by name.
ku5ic/dotfiles · ★ 0 · Web & Frontend · score 72
Install: claude install-skill ku5ic/dotfiles
# WCAG 2.2 AA audit Target: WCAG 2.2 Level AA. Includes all Level A. Does not include AAA unless explicitly requested. ## How to apply 1. Go through the references in order. 2. Skip criteria that do not apply to the scope (e.g. no forms -> skip form labeling). 3. Record what was checked, what passed, what failed. 4. Note items that require runtime or user testing. For accessibility work, validate against WCAG 2.2 AA explicitly. Do not claim compliance without checking it against this list; an unaudited claim of conformance is a fabrication. ## Severity rubric - `failure`: a direct Level AA violation that will block certification or cause a usable defect. - `warning`: likely to cause issues in some assistive tech configurations, or violates A level and relied on by AA. - `info`: best practice not required at AA, or a pattern likely to regress if not fixed now. ## Reference files | File | Covers | | ------------------------------------------------------------------ | ---------------------------------------------------------------------------------------------------------- | | [reference/anti-patterns.md](reference/anti-patterns.md) | Severity-labeled anti-patterns: non-semantic interactives, contrast, missing labels | | [reference/perceivable.md](reference/perceivable.md)