What problem does it solve?
This Skill addresses the critical need for web applications and components to be accessible to all users, regardless of ability, by identifying and rectifying accessibility violations.
Core Features & Use Cases
- Comprehensive WCAG 2.1 AA Review: Analyzes React components and applications against the latest accessibility standards.
- Automated Testing Integration: Leverages tools like
jest-axe for programmatic violation detection.
- Detailed Manual Review: Guides through manual checks based on WCAG principles (Perceivable, Operable, Understandable, Robust).
- Use Case: A development team needs to ensure their new user dashboard is usable by individuals with visual impairments. This Skill can perform a thorough review, flagging issues like insufficient color contrast and missing ARIA labels, and provide actionable code fixes.
Quick Start
Use the review-a11y skill to perform a WCAG 2.1 AA accessibility compliance review for the 'UserProfile' component.