← Back to Skills Marketplace
rolandpg

Accessibility Review

by Patrick Roland · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install accessibility-review
Description
Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a desig...
README (SKILL.md)

/accessibility-review

If you see unfamiliar placeholders or need to check which tools are connected, see CONNECTORS.md.

Audit a design or page for WCAG 2.1 AA accessibility compliance.

Usage

/accessibility-review $ARGUMENTS

Audit for accessibility: @$1

WCAG 2.1 AA Quick Reference

Perceivable

  • 1.1.1 Non-text content has alt text
  • 1.3.1 Info and structure conveyed semantically
  • 1.4.3 Contrast ratio >= 4.5:1 (normal text), >= 3:1 (large text)
  • 1.4.11 Non-text contrast >= 3:1 (UI components, graphics)

Operable

  • 2.1.1 All functionality available via keyboard
  • 2.4.3 Logical focus order
  • 2.4.7 Visible focus indicator
  • 2.5.5 Touch target >= 44x44 CSS pixels

Understandable

  • 3.2.1 Predictable on focus (no unexpected changes)
  • 3.3.1 Error identification (describe the error)
  • 3.3.2 Labels or instructions for inputs

Robust

  • 4.1.2 Name, role, value for all UI components

Common Issues

  1. Insufficient color contrast
  2. Missing form labels
  3. No keyboard access to interactive elements
  4. Missing alt text on meaningful images
  5. Focus traps in modals
  6. Missing ARIA landmarks
  7. Auto-playing media without controls
  8. Time limits without extension options

Testing Approach

  1. Automated scan (catches ~30% of issues)
  2. Keyboard-only navigation
  3. Screen reader testing (VoiceOver, NVDA)
  4. Color contrast verification
  5. Zoom to 200% — does layout break?

Output

## Accessibility Audit: [Design/Page Name]
**Standard:** WCAG 2.1 AA | **Date:** [Date]

### Summary
**Issues found:** [X] | **Critical:** [X] | **Major:** [X] | **Minor:** [X]

### Findings

#### Perceivable
| # | Issue | WCAG Criterion | Severity | Recommendation |
|---|-------|---------------|----------|----------------|
| 1 | [Issue] | [1.4.3 Contrast] | 🔴 Critical | [Fix] |

#### Operable
| # | Issue | WCAG Criterion | Severity | Recommendation |
|---|-------|---------------|----------|----------------|
| 1 | [Issue] | [2.1.1 Keyboard] | 🟡 Major | [Fix] |

#### Understandable
| # | Issue | WCAG Criterion | Severity | Recommendation |
|---|-------|---------------|----------|----------------|
| 1 | [Issue] | [3.3.2 Labels] | 🟢 Minor | [Fix] |

#### Robust
| # | Issue | WCAG Criterion | Severity | Recommendation |
|---|-------|---------------|----------|----------------|
| 1 | [Issue] | [4.1.2 Name, Role, Value] | 🟡 Major | [Fix] |

### Color Contrast Check
| Element | Foreground | Background | Ratio | Required | Pass? |
|---------|-----------|------------|-------|----------|-------|
| [Body text] | [color] | [color] | [X]:1 | 4.5:1 | ✅/❌ |

### Keyboard Navigation
| Element | Tab Order | Enter/Space | Escape | Arrow Keys |
|---------|-----------|-------------|--------|------------|
| [Element] | [Order] | [Behavior] | [Behavior] | [Behavior] |

### Screen Reader
| Element | Announced As | Issue |
|---------|-------------|-------|
| [Element] | [What SR says] | [Problem if any] |

### Priority Fixes
1. **[Critical fix]** — Affects [who] and blocks [what]
2. **[Major fix]** — Improves [what] for [who]
3. **[Minor fix]** — Nice to have

If Connectors Available

If ~~design tool is connected:

  • Inspect color values, font sizes, and touch targets directly from Figma
  • Check component ARIA roles and keyboard behavior in the design spec

If ~~project tracker is connected:

  • Create tickets for each accessibility finding with severity and WCAG criterion
  • Link findings to existing accessibility remediation epics

Tips

  1. Start with contrast and keyboard — These catch the most common and impactful issues.
  2. Test with real assistive technology — My audit is a great start, but manual testing with VoiceOver/NVDA catches things I can't.
  3. Prioritize by impact — Fix issues that block users first, polish later.
Usage Guidance
This is an instruction-only accessibility auditing helper and appears coherent and low-risk. Before installing, verify which connectors the platform will allow the skill/agent to use (e.g., Figma, project tracker) and confirm the connectors' permissions — the skill can reference connected tools and create tickets if those connectors are enabled. If you are worried about automatic transmission of design data, test the skill on non-sensitive examples first and consider disabling autonomous invocation or limiting connector access. Also note the skill is a checklist/template and does not replace manual assistive-technology testing.
Capability Analysis
Type: OpenClaw Skill Name: accessibility-review Version: 1.0.0 The skill bundle is a standard set of instructions for an AI agent to perform WCAG 2.1 AA accessibility audits. It contains no executable code, shell commands, or instructions for data exfiltration, and its content is entirely aligned with its stated purpose in SKILL.md.
Capability Assessment
Purpose & Capability
Name, description, and runtime instructions all describe running an accessibility audit on a page or design. The skill requires no binaries, env vars, or installs — consistent with an instruction-only auditing helper.
Instruction Scope
SKILL.md is a high-level audit checklist and output template. It references optional platform 'connectors' (design tool, project tracker) for direct inspection or ticket creation; it does not include commands that read unrelated system files or request secrets. Because the instructions are abstract (e.g., "automated scan (catches ~30% of issues)"), the actual agent behavior will depend on the platform's connected tools and which scanning services the agent chooses to use.
Install Mechanism
No install spec and no code files — nothing is written to disk or downloaded by the skill itself.
Credentials
The skill declares no environment variables, credentials, or config paths. The SKILL.md only mentions optional connectors; any credential use would come from platform connector configurations (not from this skill).
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or modify other skills or system settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install accessibility-review
  3. After installation, invoke the skill by name or use /accessibility-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the accessibility-review skill. - Run a WCAG 2.1 AA audit on a design or page via command triggers or manual invocation. - Provides a structured markdown audit template covering perceivable, operable, understandable, and robust criteria. - Includes quick reference for WCAG 2.1 AA, common accessibility issues, and a suggested testing approach. - Offers integration hints for design tools and project trackers (when connected). - Gives practical tips for prioritizing and testing accessibility issues.
Metadata
Slug accessibility-review
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Accessibility Review?

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a desig... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.

How do I install Accessibility Review?

Run "/install accessibility-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Accessibility Review free?

Yes, Accessibility Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Accessibility Review support?

Accessibility Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Accessibility Review?

It is built and maintained by Patrick Roland (@rolandpg); the current version is v1.0.0.

💬 Comments