Perform WCAG accessibility audits on React components using automated tools and manual checks. Use when auditing accessibility, fixing a11y issues, or ensuring WCAG compliance.
Perform comprehensive WCAG 2.1 accessibility audits on React components. This skill combines automated testing with manual review guidelines to ensure inclusive user experiences.
This skill helps you:
Reference Files:
- examples.md - Practical audit examples
- screen-reader-testing.md - Screen reader testing guide
When the user requests an accessibility audit:
Read the component code and identify:
Check the Accessibility panel in Storybook for the component's stories.
// Verify a11y addon is configured in .storybook/main.ts