Skill Packs
Accessibility Auditor
Catch WCAG violations before they reach production
// First 7 days
What can be running fast.
01
Get a ready-to-run system that replaces blank-page setup.
02
Ship a usable package with 6 included files and working structure.
03
Move from purchase to first setup in about 5 min.
// Included files
What is inside the package.
Description
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.
Upgrade path
- 01Start with this package and validate the workflow.
- 02Add specialized skills or bundles once the core system is stable.
- 03Use the community to sharpen positioning, demos, and feedback loops.
# 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 |// Community acceleration
Use the room after the purchase.
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Related products
More from this shelf.
automate / Write the test first, every time, without being told
TDD Master Skill
Write the test first, every time, without being told
automate / Systematic bug isolation instead of random print statements
Debug Detective
Systematic bug isolation instead of random print statements
automate / Catch real bugs, skip the nitpicks
Code Review Pro
Catch real bugs, skip the nitpicks
automate / Deep research with sources, not hallucinated summaries
Research Analyst
Deep research with sources, not hallucinated summaries