WCAG Audit Patterns

Runs WCAG 2.2 accessibility audits with automated checks and remediation guidance.

Works with setup

Test report

Verdict
Works with setup
Score
7.2/10
Tested
Jul 11, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · c071ace

Verbatim clone+copy install worked cleanly: valid frontmatter and the single referenced file (references/details.md, 473 lines of WCAG checklists, remediation snippets, axe-core/Playwright examples) present and substantive; no hidden API keys, only free tooling mentioned. Description is well-scoped to accessibility auditing and remediation, and the docs are honest (explicitly notes automated tools catch only 30-50% of issues). A/B on a signup-form audit was a wash: both arms found 9 correctly-cited violations with equivalent fixes, each missing one the other caught — the skill arm missed 2.5.8 Target Size (new in WCAG 2.2, absent from the skill's own reference), so the skill adds structure but no measurable lift over base-model WCAG knowledge.

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

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

What WCAG Audit Patterns does

Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns.

How to install WCAG Audit Patterns

git clone https://github.com/wshobson/agents
cd agents
mkdir -p ~/.claude/skills
cp -r plugins/accessibility-compliance/skills/wcag-audit-patterns ~/.claude/skills/wcag-audit-patterns

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

Commands — how to trigger WCAG Audit Patterns

  • /wcag-audit-patterns Runs WCAG 2.2 accessibility audits with automated checks and remediation guidance.

It also activates on plain-language prompts like these:

  • Audit this site for WCAG 2.2 accessibility violations
  • Check this page for accessibility issues and fix them
  • Review our forms against WCAG contrast and label rules

Frequently asked questions

Is the WCAG Audit Patterns skill free?
Yes. The skill itself is free from wshobson/agents. SkillProof publishes the install command and an independent test verdict at no cost.
Does WCAG Audit Patterns work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 11, 2026. Verdict: Works with setup. Verbatim clone+copy install worked cleanly: valid frontmatter and the single referenced file (references/details.md, 473 lines of WCAG checklists, remediation snippets, axe-core/Playwright examples) present and substantive; no hidden API keys, only free tooling mentioned. Description is well-scoped to accessibility auditing and remediation, and the docs are honest (explicitly notes automated tools catch only 30-50% of issues). A/B on a signup-form audit was a wash: both arms found 9 correctly-cited violations with equivalent fixes, each missing one the other caught — the skill arm missed 2.5.8 Target Size (new in WCAG 2.2, absent from the skill's own reference), so the skill adds structure but no measurable lift over base-model WCAG knowledge.
What is the WCAG Audit Patterns SkillProof Score?
7.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 5/10, docs & honesty 4/5.
How do I install WCAG Audit Patterns?
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 WCAG Audit Patterns 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.