Accessibility Audit
A stack-agnostic WCAG 2.1 AA audit workflow that produces a prioritized accessibility report and remediation roadmap.
Dev & CodingIntermediate★ 533⑂ 70AI score 9/10Last updated: Aug 10, 2026
What it does
- Audits against all four WCAG 2.1 AA principles: perceivable, operable, understandable, robust.
- Runs a five-stage methodology: ① automated scans (axe, Lighthouse, WAVE, Pa11y) ② keyboard-only testing ③ screen reader testing (VoiceOver/NVDA/JAWS/TalkBack) ④ visual checks (contrast, 200% zoom, 320px reflow, color-blindness simulation) ⑤ cognitive accessibility.
- Classifies findings as Critical (P0), Important (P1), Minor (P2), Polish (P3) and writes an
accessibility-audit.mdreport plus a remediation tracking sheet. - Ships reference files: audit report template, condensed WCAG 2.1 AA criteria, and decision-grade ARIA patterns.
- Refuses to fabricate metrics — if a tool result is missing, it states the data gap instead.
Who it's for
- Frontend engineers and QA doing pre-launch accessibility verification.
- Teams preparing ADA, Section 508, EN 301 549, or AODA compliance evidence.
- Anyone remediating after an accessibility complaint or external audit finding.
- Organizations setting up quarterly or annual accessibility health checks.
Example uses
- "Audit our 3-page checkout flow against WCAG 2.1 AA" → automated findings, keyboard and screen-reader notes, P0–P3 report.
- "Here's our axe scan output — build a remediation roadmap" → findings mapped to success criteria with effort and impact estimates.
- "We need documentation to reduce accessibility lawsuit risk" → an audit report draft stating methodology, tested environments, and unverified areas.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/rampstackco/claude-skills/HEAD/dist/pi/.agents/skills/accessibility-audit/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the dist/pi/.agents/skills/accessibility-audit folder from the GitHub repo rampstackco/claude-skills into my ~/.claude/skills/accessibility-audit/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/rampstackco/claude-skills.git && mkdir -p ~/.claude/skills && cp -r claude-skills/dist/pi/.agents/skills/accessibility-audit ~/.claude/skills/⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal.
- Clone the repo:
git clone https://github.com/rampstackco/claude-skills.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy this skill:
cp -r claude-skills/dist/pi/.agents/skills/accessibility-audit ~/.claude/skills/ - Confirm the
references/folder came along with it. - Restart Claude Code and ask something like "run a WCAG accessibility audit on this site".
- For a complete report, install axe DevTools or Lighthouse and a screen reader first, then paste the real results into the session.
View source on GitHub ↗License: MIT