WP Accessibility Review

Severity-tagged WordPress accessibility review with ready-to-run rg scan patterns for keyboard, focus, and ARIA issues.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 9743c82

Ran the skill's own bundled rg detection patterns for real against a deliberately broken WordPress product-card template: they caught 3 click-handlers-on-non-semantic-elements, 2 unlabeled inputs, and a modal with zero ARIA/focus-management code, which the skill then turned into 7 severity-tagged findings with file:line and concrete fixes versus a vague 3-sentence baseline review.

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 9/10
  • Docs & honesty 5/5

What WP Accessibility Review does

Reviews WordPress theme templates, blocks, admin UI, and JS interactions for accessibility defects — keyboard access, focus management, semantic markup, labels, and ARIA misuse — and reports findings as CRITICAL/WARNING/INFO with file references and fixes. Triggers on accessibility review requests or explicit mentions of a11y, keyboard navigation, focus management, screen readers, ARIA, or accessible forms/blocks; explicitly declines pure visual critique or screenshot-only contrast checks.

How to install WP Accessibility Review

git clone https://github.com/jorgerosal/wordpress-skills.git
cd wordpress-skills
mkdir -p ~/.claude/skills
cp -r claude-skills/wp-accessibility-review ~/.claude/skills/wp-accessibility-review

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

Commands — how to trigger WP Accessibility Review

  • /wp-accessibility-review Severity-tagged WordPress accessibility review with ready-to-run rg scan patterns for keyboard, focus, and ARIA issues.

It also activates on plain-language prompts like these:

  • Review this WordPress product card for accessibility issues
  • Check my modal.js for keyboard and focus management bugs
  • Audit this theme template for missing ARIA labels

Frequently asked questions

Is the WP Accessibility Review skill free?
Yes. The skill itself is free from jorgerosal/wordpress-skills. SkillProof publishes the install command and an independent test verdict at no cost.
Does WP Accessibility Review work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran the skill's own bundled rg detection patterns for real against a deliberately broken WordPress product-card template: they caught 3 click-handlers-on-non-semantic-elements, 2 unlabeled inputs, and a modal with zero ARIA/focus-management code, which the skill then turned into 7 severity-tagged findings with file:line and concrete fixes versus a vague 3-sentence baseline review.
What is the WP Accessibility Review SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install WP Accessibility Review?
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 WP Accessibility Review 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.