---
name: accessibility-review
slug: accessibility-review
score: 57
rubric: 1.0
provenance: anthropic
publisher: Anthropic
license: MIT
capability: read-only
canonical: https://top-agent-skills.com/skill/accessibility-review
---

# accessibility-review

Pre-handoff a11y audit that catches what design QA misses.

## Install

### Claude Code

```bash
claude plugin install design
```

### Cursor

Copy the accessibility-review folder from the design plugin into .cursor/skills/

### Codex CLI

Copy the accessibility-review folder into ~/.codex/skills/

### Gemini CLI

Copy the accessibility-review folder into ~/.gemini/skills/

### Antigravity IDE

Pre-installed in the Antigravity awesome-skills bundle.

### Claude.ai (web app)

Settings → Features → Upload skill (download from anthropics/skills).

### Claude API

POST /v1/skills with the skill folder zipped.

## Best for

Reviewing a design or live page against WCAG 2.1 AA before engineering handoff or production deploy.

## Not ideal for

Replacing manual screen-reader testing with assistive tech in real environments.

## About

Run a WCAG 2.1 AA accessibility audit on a design or page — color contrast, keyboard navigation, touch target size, screen reader behavior.

## Compatibility

claude-code, claude-ai, claude-api, cursor, codex, antigravity

## Metadata

- Categories: frontend-design
- Tags: Accessibility, WCAG, Audit
- Setup time: 1 min
- Complexity: Low
- Last update: 2026-05-15
- Verified: 2026-05-31
- Source: https://github.com/anthropics/skills/tree/main/plugins/design


---

_Indexed by Top Agent Skills. Score breakdown: https://top-agent-skills.com/about/methodology_
