Get your repository WCAG compliant in minutes. Claudette is an accessibility auditor skill for Claude Code that automatically checks and fixes your web applications to meet WCAG 2.1/2.2 standards.
npm install
Run a full accessibility audit on your codebase.
/claudette
# Audit all supported files
/claudette src/**/*.jsx
# Audit specific files
/claudette --level AAA
# Check AAA compliance
Auto-fix common accessibility issues.
/claudette-fix
# Fix all files
/claudette-fix --dry-run
# Preview changes
/claudette-fix --interactive
# Confirm each fix
Validate color contrast ratios.
/contrast-check
# Check all CSS files
/contrast-check --fg #333 --bg #fff
# Check specific colors
The /claudette-fix command can automatically fix:
npm test