You know those accessibility issues that slip through until someone runs a screen reader and everything falls apart? This runs automated checks against your web pages and flags common problems like missing alt text, poor contrast ratios, and broken ARIA attributes. It's basically a quick first pass that catches the obvious stuff before manual testing. Won't replace human accessibility testing, but it'll save you from shipping the embarrassing violations that automated tools can detect. Good for CI/CD integration or spot checks when you're refactoring components and want to make sure you didn't break anything.
npx skills add https://github.com/alirezarezvani/claude-skills --skill a11y-audit