# Wp Accessibility Review

> WordPress accessibility review for Codex. Use when reviewing semantic HTML, keyboard access, focus behavior, form labels, ARIA usage, and accessible interaction patterns in themes, blocks, plugins, and admin screens.

- Skill: `jorgerosal/wp-accessibility-review` (Agent Skill)
- Install (CLI): `npx skillmds@latest add jorgerosal/wp-accessibility-review`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jorgerosal/wp-accessibility-review/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: jorgerosal (https://skillmd.com/u/jorgerosal)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jorgerosal/wp-accessibility-review

---


# Codex WordPress Accessibility Review

## Purpose

Use this skill when Codex should review WordPress UI implementation for accessibility issues in structure, interaction, and assistive-technology support.

## Focus Areas

- Semantic markup
- Keyboard accessibility
- Focus management
- Forms and labels
- Modals, tabs, accordions, and admin interactions

## Workflow

1. Identify whether the surface is frontend, block output, or admin UI.
2. Check structural semantics and keyboard access first.
3. Review focus behavior, forms, and ARIA usage.
4. Load only the needed shared references from `../../claude-skills/wp-accessibility-review/references/`.
5. Report findings with severity, file references, and practical fixes.

## References

- `../../claude-skills/wp-accessibility-review/references/semantic-and-form-patterns.md`
- `../../claude-skills/wp-accessibility-review/references/interactive-a11y-patterns.md`


