Solo Unicorn Club logoSolo Unicorn

Accessibility Auditor

Catch WCAG violations before they reach production

$39Skill PackFor founders buying their first concrete result

What you can have running in the first 7 days

Get a ready-to-run system that replaces blank-page setup.
Ship a usable package with 6 included files and working structure.
Move from purchase to first setup in about 5 min.

What is Accessibility Auditor?

A skill that instructs your agent to audit code for accessibility compliance. Covers WCAG 2.1 AA requirements, semantic HTML checks, ARIA attribute validation, keyboard navigation testing, color contrast verification, screen reader compatibility, and focus management. Produces a categorized report with severity levels and fix instructions.

Setup Time

5 min

Difficulty

Intermediate

Works With
solo-unicornclaude-code

What's Included

  • accessibility-auditor.md
  • checklists/wcag-aa-checklist.md
  • checklists/keyboard-nav.md
  • examples/audit-report.md
  • examples/common-fixes.md
  • README.md

Preview

accessibility-auditor.md
# Accessibility Auditor Skill

## Audit Checklist (WCAG 2.1 AA)

### Perceivable
- [ ] All images have meaningful alt text (not "image" or "photo")
- [ ] Color is not the only way to convey information
- [ ] Text contrast ratio ≥ 4.5:1 (large text ≥ 3:1)
- [ ] Video has captions, audio has transcripts

### Operable
- [ ] All interactive elements reachable by keyboard (Tab/Enter/Space)
- [ ] No keyboard traps — can always Tab away
- [ ] Focus order matches visual order
- [ ] Skip-to-content link present

### Understandable
- [ ] Form inputs have visible labels (not just placeholder)
- [ ] Error messages identify the field and describe the fix
- [ ] Language attribute set on <html>

### Robust
- [ ] Valid semantic HTML (no div-as-button)
- [ ] ARIA roles and properties used correctly
- [ ] Works with screen readers (VoiceOver, NVDA)

## Report Format
| Issue               | WCAG Rule | Severity | Element        | Fix             |
|---------------------|-----------|----------|----------------|-----------------|
| Missing alt text    | 1.1.1     | Critical | img.hero-photo | Add descriptive alt |
| Low contrast text   | 1.4.3     | Major    | p.subtitle     | Change to #333  |

Installation Guide

Get up and running in under 5 minutes.

# Copy the skill into your project
cp accessibility-auditor/SKILL.md .claude/skills/accessibility-auditor.md

# Verify it loads
claude /skill accessibility-auditor

Skill Pack. Pay once for the asset. Upgrade to implementation only when you want higher-touch help.

Share

Community acceleration

Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.

Upgrade path

  • Start with this package and validate the workflow.
  • Add specialized skills or bundles once the core system is stable.
  • Use the community to sharpen positioning, demos, and feedback loops.

Need this adapted to your business?

Buy the asset first if you can run it yourself. If this workflow is business-critical or needs custom implementation, move into a sprint or fractional CIO advisory instead of guessing.

Discuss implementation →
Files included6
Setup time5 min
Difficultyintermediate

Tags

accessibilitywcaga11ytestingauditcompliance