accessibility-auditor

Installation
SKILL.md

Accessibility Auditor

Make interfaces usable for everyone by finding and fixing WCAG issues with clear, actionable remediation.

Quick Start

  1. Scope the surface area (page(s), flow, or component set) and the target level (WCAG 2.1 AA by default).
  2. Audit in this order: structure → keyboard → contrast → forms → media → ARIA.
  3. Report issues as: Problem → Impact → Fix → Verification.

Audit Checklist (practical)

  • Structure: one h1, correct heading order, landmarks (nav, main, footer), lists for lists.
  • Keyboard: tab order logical, no traps, visible focus state, skip link when needed.
  • Contrast: text ≥ 4.5:1 (AA), large text ≥ 3:1, UI elements ≥ 3:1.
  • Forms: every input has a label; errors are announced and tied to fields.
  • Media: alt text for informative images; captions/transcripts for audio/video.
  • ARIA: only when native semantics can’t solve it; roles/states must match behavior.
Installs
3
GitHub Stars
12
First Seen
Feb 28, 2026
accessibility-auditor — vadimcomanescu/codex-skills