Run a comprehensive WCAG accessibility audit covering perceivable, operable, understandable, and robust principles. Use this skill whenever the user wants to audit accessibility, review WCAG compliance, fix accessibility issues, prepare for accessibility certification, address an accessibility lawsuit risk, or systematically improve a site's accessibility. Triggers on accessibility audit, WCAG audit, a11y audit, accessibility compliance, ADA compliance, screen reader test, keyboard navigation, accessibility report, fix accessibility, axe scan. Also triggers when accessibility issues have been reported and need systematic remediation.
64
76%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Advisory
Suggest reviewing before use
Optimize this skill with Tessl
npx tessl skill review --optimize ./skills/accessibility-audit/SKILL.mdRun a thorough accessibility audit and produce a remediation plan. Stack-agnostic. Anchored to WCAG 2.1 AA, with notes on AAA where relevant.
This skill goes deeper than the accessibility checks in qa-testing and design-standards. Use this when accessibility itself is the goal.
qa-testing)frontend-component-build)design-standards or brand-identity)WCAG organizes accessibility around four principles. The audit covers each in depth.
Information and UI must be presentable in ways users can perceive.
Audit checks:
alt text. Decorative images use alt="". Complex images (charts, infographics) have long descriptions.UI components and navigation must be operable.
Audit checks:
Information and operation must be understandable.
Audit checks:
<html lang="...">). Unusual words and abbreviations have definitions or expansions. Reading level appropriate to audience.Content must be robust enough to work with current and future user agents.
Audit checks:
Run automated scanners across the priority pages. These catch 30 to 50 percent of issues but miss the rest.
Tools:
Output: A list of automated findings, by page.
Unplug the mouse. Navigate the priority user flows using only keyboard.
Test:
Document: Any flow where keyboard navigation breaks down.
Test with at least one real screen reader. Each combination has quirks.
Common combinations:
Test:
Verify the visual aspects of accessibility.
Test:
prefers-reduced-motion honored)Often overlooked. Critical for inclusive products.
Test:
references/audit-report-template.md.For prioritization:
Critical (P0):
Important (P1):
Minor (P2):
Polish (P3):
Default output is a comprehensive audit report at accessibility-audit.md.
Structure:
Plus a remediation tracking spreadsheet with one row per finding.
references/audit-report-template.md - Full audit report template.references/wcag-quick-reference.md - Condensed WCAG 2.1 AA criteria with audit checks.references/aria-patterns.md - Decision-grade ARIA patterns. Semantic-HTML-first principle, common interactive widgets (accordion, tabs, modal, toggle, disclosure, navigation), live regions, hiding patterns, labeling, state indicators, anti-patterns.8e70d03
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.