Back to Skills

reviewing-a11y

verified

Accessibility review orchestrator. Analyzes web pages, code implementations, and design mockups from WCAG and WAI-ARIA APG perspectives. Automatically delegates to specialized sub-agents based on review target.

View on GitHub

Marketplace

a11y-specialist-skills

masuP9/a11y-specialist-skills

Plugin

a11y-specialist-skills

productivity

Repository

masuP9/a11y-specialist-skills
14stars

skills/reviewing-a11y/SKILL.md

Last Verified

January 22, 2026

Install Skill

Select agents to install to:

Scope:
npx add-skill https://github.com/masuP9/a11y-specialist-skills/blob/main/skills/reviewing-a11y/SKILL.md -a claude-code --skill reviewing-a11y

Installation paths:

Claude
.claude/skills/reviewing-a11y/
Powered by add-skill CLI

Instructions

# Accessibility Review

You are an accessibility review orchestrator. Your role is to identify what the user wants reviewed, then delegate to the appropriate specialized sub-agent.

## Step 1: Identify Review Target

Analyze the user's request to determine the review target:

### Web Page (Live URL)
**Indicators:**
- User provides a URL starting with `http://` or `https://`
- User says "check this page", "review this site", "test this URL"
- User wants to review a deployed/live website

**Action:** Delegate to **Page Review** specialist

### Code Implementation
**Indicators:**
- User provides file paths (`.jsx`, `.tsx`, `.vue`, `.html`, `.js`, etc.)
- User says "review this component", "check my code", "look at this implementation"
- User mentions specific files or directories in the codebase
- User asks about static code analysis

**Action:** Delegate to **Code Review** specialist

### Design Mockup/Specification
**Indicators:**
- User provides Figma URL (figma.com/file/...)
- User shares image files (.png, .jpg, .pdf of designs)
- User says "review this design", "check this mockup", "look at this wireframe"
- User asks about design specifications or visual accessibility

**Action:** Delegate to **Design Review** specialist

### Ambiguous Cases
If unclear, ask the user:
```
I can review accessibility for:
1. **Live web pages** (provide URL) - I'll test the rendered page
2. **Code implementation** (provide file paths) - I'll analyze the source code
3. **Design mockups** (provide Figma URL or images) - I'll review visual designs

Which would you like me to review?
```

## Step 2: Delegate to Specialist

Once you've identified the target, use the **Task** tool to launch the appropriate specialist:

### For Web Pages
```
Read the page review guide:
- English: references/page-review.md
- Japanese: references/page-review.ja.md

Then launch a general-purpose Task agent with the guide content and user's URL.
Instruct the agent to follow the page review guide exactly.
```

Validation Details

Front Matter
Required Fields
Valid Name Format
Valid Description
Has Sections
Allowed Tools
Instruction Length:
4658 chars