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 skills add https://github.com/onewave-ai/claude-skills --skill accessibility-auditor