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

# Disable specific rules
Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026