accessibility-review

Audit web UI against WCAG 2.1 AA and report categorized accessibility issues.

358|11|Updated May 15, 2026
One-click install
npx skills add https://github.com/getcrew44/crew44 --skill accessibility-review-getcrew44
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-review
Source: https://github.com/getcrew44/crew44/tree/main/daemon/internal/presets/defaultcrew/skills/designer/accessibility-review
Command: npx skills add https://github.com/getcrew44/crew44 --skill accessibility-review-getcrew44

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams catch accessibility barriers early by reviewing a design or page against WCAG 2.1 AA, so real users are not blocked later in engineering or release.

Core Features & Use Cases

  • WCAG 2.1 AA coverage: Checks perceivability, operability, understandability, and robustness items such as contrast, keyboard access, focus indicators, labeling, touch targets, and screen reader behavior.
  • Actionable issue reporting: Produces a structured output with prioritized fixes and severity counts to guide designers and engineers.
  • Practical testing workflow: Guides you through keyboard-only navigation, zoom validation, and screen reader passes to confirm findings beyond visuals.

Quick Start

Use accessibility-review to audit a page or design for WCAG 2.1 AA issues and return a prioritized list of fixes, organized by WCAG principle.

Frequently Asked Questions about accessibility-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a web page for WCAG 2.1 AA accessibility issues?

A WCAG 2.1 AA accessibility audit evaluates interactive elements, keyboard operability, focus visibility, and touch targets. It produces a structured report with prioritized fixes and severity counts to guide remediation efforts.

What does keyboard navigation and focus management testing include?

Keyboard navigation and focus management testing verifies operability by navigating interactive controls without a mouse. It confirms that focus indicators are visible, modal focus behavior is correct, and all interactive elements are properly exposed to assistive tech.

Can I check touch target sizes and contrast ratios during an accessibility review?

Yes, an accessibility review includes touch target checks and contrast audits to verify perceivability. It validates interactive control sizing, naming, and visual contrast to ensure the design meets WCAG 2.1 AA standards for all users.

How do I verify screen reader behavior and interactive control naming?

Verifying screen reader behavior requires evaluating interactive elements for assistive-tech exposure and proper labeling. The process includes a practical testing workflow with screen reader passes to confirm findings beyond visual inspections.

Does the accessibility review work for form-heavy web UI experiences?

Yes, the accessibility review is designed for web UI and form-heavy experiences. It evaluates interactive control naming, modal focus behavior, and touch targets to ensure forms are operable and perceivable for assistive technology users.