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.

First seen Jun 12, 2026

Installation

$ npx skills add d-o-hub/github-template-ai-agents --skill accessibility-auditor

Summary

  • Audit web applications for WCAG 2.2 compliance, screen reader compatibility, keyboard navigation, and color contrast.
  • Use this skill when the user asks for an accessibility audit, a11y check, WCAG compliance review, screen reader test, keyboard navigation check, color contrast check, or ARIA validation — even if they don't explicitly mention "accessibility" or "WCAG".
  • Also triggers on Section 508 and ADA compliance requests.
  • Not for css-render-performance.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from d-o-hub/github-template-ai-agents · top by installs.

npx skills add d-o-hub/github-template-ai-agents

Browse all from d-o-hub/github-template-ai-agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License LICENSE
Default branch main
Open issues 0
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.2.10
LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,037 B
  • docs SUMMARY.md 491 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 1 installs

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

  • Only automated scans run without manual keyboard/screen reader testing
  • Color contrast issues deferred as cosmetic
  • ARIA labels applied without role verification

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.