accessibility-audit
Installation
SKILL.md
Accessibility Audit
Test web applications for WCAG 2.2 compliance and inclusive design.
Automated Scanning
axe-core CLI
# Scan a URL
npx @axe-core/cli https://example.com
# Scan with specific rules
npx @axe-core/cli https://example.com --rules color-contrast,label
# JSON output
npx @axe-core/cli https://example.com --format json > a11y-report.json