Automates WCAG compliance audits and accessibility testing for React applications using industry-standard tools like axe-core and Playwright.
This skill equips Claude with specialized patterns for implementing comprehensive accessibility (a11y) testing in React projects. It provides ready-to-use templates for unit testing components with vitest-axe and testing-library, as well as end-to-end accessibility scans using Playwright and axe-core. By incorporating keyboard navigation tests, screen reader ARIA validation, and custom Playwright fixtures, this skill ensures that applications remain inclusive and WCAG-compliant through every stage of the development lifecycle.
主な機能
01Automated WCAG 2.1 AA/AAA compliance scanning
02Keyboard navigation and focus trap validation
03Integration with Vitest, Playwright, and axe-core
04ARIA attribute and screen reader compatibility checks
05Reusable CI/CD accessibility testing workflows
060 GitHub stars
ユースケース
01Enforcing keyboard accessibility and focus management in complex UI components like modals
02Auditing React components for accessibility violations during local development
03Automating full-page accessibility regression testing in CI/CD pipelines