What problem does it solve?
This skill addresses the critical gap in accessibility for modern Inertia-based Laravel applications, ensuring that complex UI components, forms, and SPA route changes are usable by everyone, including those relying on assistive technologies.
Core Features & Use Cases
- Semantic UI Auditing: Provides a comprehensive checklist for validating semantic HTML, focus management, and ARIA usage across React and Vue components.
- Automated Testing Integration: Offers guidance on configuring axe-core, jest-axe, vitest-axe, and pa11y to catch accessibility regressions in CI/CD pipelines.
- Use Case: When building a custom modal or a complex combobox, use this skill to verify that your implementation correctly handles focus trapping, keyboard navigation, and screen-reader announcements according to W3C APG standards.
Quick Start
Invoke the laravel-a11y skill to audit the current component for WCAG 2.2 AA compliance and generate a list of necessary semantic or keyboard navigation fixes.