What problem does it solve?
This Skill ensures that user interfaces are accessible to everyone, regardless of ability, by identifying and rectifying accessibility issues in UI code.
Core Features & Use Cases
- WCAG 2.1 AA Compliance: Analyzes code against established accessibility standards.
- Semantic HTML & ARIA: Checks for proper use of semantic elements and ARIA attributes.
- Keyboard Navigation & Focus: Verifies that all interactive elements are keyboard accessible and have visible focus indicators.
- Color Contrast: Flags insufficient color contrast ratios.
- Screen Reader Support: Assesses compatibility with screen readers.
- Use Case: Before deploying a new feature, run this Skill to catch any accessibility regressions, ensuring compliance with legal requirements and a better user experience for all.
Quick Start
Use the qa-inclusion skill to review the accessibility of the new modal component in the staging branch.