skills/accessibility-audit/SKILL.md
Use when auditing WCAG compliance, testing with assistive technologies, or fixing accessibility issues
npx skillsauth add kienbui1995/magic-powers accessibility-auditInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
When ensuring a web product is usable by people with disabilities — required for legal compliance and good UX for all users.
Target AA compliance as the standard (AAA is aspirational).
Run first — catches ~30% of issues:
npx axe-cli https://yoursite.com
npx pa11y https://yoursite.com
Or in CI: integrate axe-core with Jest/Cypress.
Automated checks: missing alt text, low color contrast, missing form labels, invalid ARIA.
prefers-reduced-motion?Per issue:
content-media
Use when designing for XR (AR/VR/MR), choosing interaction modes, or adapting 2D UI patterns for spatial computing
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment
development
Use when you have a spec or requirements for a multi-step task, before touching code
development
Use when executing a structured workflow — select and run a feature, bugfix, refactor, research, or incident template with correct agent and model assignments per phase.