This walks you through the full accessibility audit process, from running automated tools like axe and Lighthouse to manual keyboard and screen reader testing. It includes a practical WCAG checklist broken down by conformance level, code examples for fixing the seven most common issues (missing alt text, form labels, contrast problems, focus styles), and test setup for jest-axe and Playwright. The ARIA patterns section is especially useful if you're building custom components like tabs or accordions. What I like is that it doesn't just flag problems but shows you the exact before and after code. You'll use this when responding to accessibility requirements, doing pre-launch audits, or learning what actually matters beyond what automated tools catch.
npx -y skills add onewave-ai/claude-skills --skill accessibility-auditor --agent claude-codeInstalls into .claude/skills of the current project.
Audit a website for accessibility defects and bring it to WCAG 2.1 AA compliance.
references/automated-testing.md - CLI commands, jest-axe, Playwright, and toolingreferences/wcag-checklist.md - WCAG Level A/AA criteria and keyboard testing checklistreferences/common-fixes.md - Fix patterns for the 7 most common defects plus the sr-only classreferences/aria-patterns.md - ARIA markup for tabs, accordion, menu, alert, progressreferences/automated-testing.md.references/wcag-checklist.md.references/wcag-checklist.md.references/common-fixes.md and references/aria-patterns.md, then re-run step 1 to confirm zero violations.leonxlnx/taste-skill
supercent-io/skills-template
supercent-io/skills-template