audit-accessibility
Installation
SKILL.md
Perform comprehensive accessibility audit of current UI code to ensure compliance with WCAG guidelines and provide inclusive user experience.
- WCAG Compliance: Check conformance to WCAG 2.1 guidelines (A, AA, AAA levels), verify proper semantic HTML structure, ensure keyboard navigation support, review color contrast/visual accessibility
- Screen Reader Support: Validate ARIA labels/descriptions, check heading hierarchy/structure, ensure form labels/error messages accessible, review dynamic content announcements
- Interactive Elements: Verify focus management/visible focus indicators, check tab order/keyboard shortcuts, ensure interactive elements properly sized, review modal/dialog accessibility
- Testing & Tools: Suggest automated accessibility testing tools, provide manual testing procedures, create accessibility test cases, recommend browser extensions/validators
- Remediation: Provide specific code fixes for each issue, include ARIA attributes/semantic improvements, suggest alternative approaches for complex interactions, create accessible component patterns