Accessibility Audit Websites

WCAG-style checklist for headings, forms, contrast, focus, ARIA, and keyboard nav.

Tested · Works

Test report

Verdict
Tested · Works
Score
8.4/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · b947a7e

Ran it against a snippet with an icon-only close button, a placeholder-as-label input, and outline:none on a link; it caught all three via the bundled checklist, but the guide is a generic WCAG checklist with no bundled scanner or named tool (no axe, Lighthouse, Pa11y) — a capable assistant catches most of the same issues unprompted, so the lift is modest.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 6/10
  • Docs & honesty 5/5

What Accessibility Audit Websites does

A workflow-plus-checklist skill for auditing a website's accessibility: semantic structure, alt text, form labels, focus states, keyboard navigation, ARIA misuse, and reduced-motion/caption support. It pushes the agent to verify rendered output (not just source) and to report exactly what was and wasn't tested rather than claiming untested things pass.

How to install Accessibility Audit Websites

git clone https://github.com/TheGoat395/Codex-Skills
cd Codex-Skills
mkdir -p ~/.claude/skills
cp -r skills/accessibility-audit-websites ~/.claude/skills/accessibility-audit-websites

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Accessibility Audit Websites

  • /accessibility-audit-websites WCAG-style checklist for headings, forms, contrast, focus, ARIA, and keyboard nav.

It also activates on plain-language prompts like these:

  • Audit this website for keyboard navigation and ARIA misuse issues
  • Check our form labels, contrast, and focus states against WCAG
  • Review the rendered page for alt text, headings, and screen reader support

Frequently asked questions

Is the Accessibility Audit Websites skill free?
Yes. The skill itself is free from TheGoat395/Codex-Skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Accessibility Audit Websites work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran it against a snippet with an icon-only close button, a placeholder-as-label input, and outline:none on a link; it caught all three via the bundled checklist, but the guide is a generic WCAG checklist with no bundled scanner or named tool (no axe, Lighthouse, Pa11y) — a capable assistant catches most of the same issues unprompted, so the lift is modest.
What is the Accessibility Audit Websites SkillProof Score?
8.4/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 6/10, docs & honesty 5/5.
How do I install Accessibility Audit Websites?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Accessibility Audit Websites with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.