← ClaudeAtlas

a11y-gatelisted

Audit and fix web accessibility to WCAG 2.2 AA, gated by automated checks that actually run — axe-core via Playwright for violations, scripted keyboard/focus and reflow audits, plus a mandatory manual + screen-reader checklist. Use when the user wants to make a site/app/page accessible, fix a11y or WCAG/ADA/Section 508 issues, add an accessibility CI gate, run an axe/Lighthouse-style audit, check keyboard navigation, color contrast, ARIA, screen-reader support, or remediate accessibility violations. Triggers: "accessibility", "a11y", "WCAG", "ADA compliance", "screen reader", "keyboard navigation", "axe audit".
NeuralMedic-DE/claude-skills · ★ 0 · AI & Automation · score 75
Install: claude install-skill NeuralMedic-DE/claude-skills
# Accessibility gate (WCAG 2.2 AA, verified) Make a web UI accessible and **prove it** — conformance is gated by checks that run (axe-core, scripted keyboard/reflow audits) plus a mandatory human checklist, not by assertion. ## Core principle **Conformance is measured, not claimed.** The loop is: scan → triage by severity → fix the root cause → re-scan, until the automated gate is green; then complete the manual + screen-reader checklist before sign-off. **Be honest about scope (this is the rule that keeps the skill correct):** automated tools catch only ~30–50% of WCAG issues. A green scan is **necessary, not sufficient**. Never report "WCAG AA conformant" on automated results alone — report "0 blocking automated violations; manual checklist completed and attested." → `references/01-standards-and-scope.md` ## When to use vs. not - Use for: auditing/fixing accessibility of a site, app, page, or component; adding an a11y CI gate; keyboard/contrast/ARIA/screen-reader review; WCAG / ADA / Section 508 / EAA remediation. - Not for: native-mobile-only a11y (different tooling), or general UI design with no accessibility ask. ## Inputs to gather first 1. **What to audit** — URL(s)/routes, and key interactive states (menus, modals, tabs). The app must be runnable locally (prefer the production build). 2. **Target level** — default **WCAG 2.2 AA**; confirm if a different standard (2.1 AA, AAA, Section 508) is required. 3. **Severity bar** — default gate blocks on `c