d-o-hub/github-template-ai-agents · Archived
accessibility-auditor
Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast.
Agent workflows
Testing
Review carefully
Installs
1
Stars
2
Security
No audit
Freshness
Archived
Updated
—
First seen Jun 12, 2026
Installation
Project
Global
Entire repo
Entire repo (global)
$
npx skills add d-o-hub/github-template-ai-agents --skill accessibility-auditor
Copy
SKILL.md
Accessibility Auditor
Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast issues.
When to Use
User asks for an accessibility audit or a11y check
Reviewing WCAG 2.2 compliance or Section 508/ADA requirements
Testing screen reader compatibility or keyboard navigation
Checking color contrast or ARIA validation
Even if they just say "is this accessible" or "check for accessibility issues"
Audit Workflow
Phase 1: Automated Scan
Check these automatically using axe-core, Lighthouse, or WAVE:
Color contrast (1.4.3)
Missing alt text (1.1.1)
Form labels (3.3.2)
Heading hierarchy (1.3.1)
Phase 2: Manual Testing
Screen Reader : Navigate with NVDA/VoiceOver/JAWS arrow keys.
Keyboard : Verify Tab order and focus indicators (2.4.7).
Zoom : Test reflow at 400% zoom (1.4.10).
Severity Classification
Severity
Impact
Priority
Critical
Blocks access
Fix immediately
High
Significant barrier
Fix before release
Medium
Minor friction
Next sprint
Low
Enhancement
Backlog
See Also
css-render-performance — CSS render performance optimization
ui-ux-optimize — UI/UX optimization with swarm agents
Rationalizations
Rationalization
Reality
"Automated scans catch everything"
Automated tools miss keyboard traps, focus order, screen reader semantics, and cognitive load issues.
"Accessibility only matters for blind users"
Motor, cognitive, and situational impairments affect far more users than visual alone.
"We'll fix accessibility in the next release"
Each release without a11y compounds legal risk and excludes users; fix forward.
Red Flags
References
[Accessibility Checklist](../../../agents-docs/references/accessibility-checklist.md) - Complete WCAG 2.2 criteria and testing procedures.
references/aria-guide.md - ARIA authoring practices
references/screen-reader-testing.md - Testing procedures
references/color-contrast.md - Contrast calculations
Voice & Context
Default : professional + blog
Reference : voice-profiles skill for definitions and auto-detection.