← 返回 Skills 市场
Accessibility Review
作者
Patrick Roland
· GitHub ↗
· v1.0.0
· MIT-0
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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
- Insufficient color contrast
- Missing form labels
- No keyboard access to interactive elements
- Missing alt text on meaningful images
- Focus traps in modals
- Missing ARIA landmarks
- Auto-playing media without controls
- Time limits without extension options
Testing Approach
- Automated scan (catches ~30% of issues)
- Keyboard-only navigation
- Screen reader testing (VoiceOver, NVDA)
- Color contrast verification
- 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
- Start with contrast and keyboard — These catch the most common and impactful issues.
- Test with real assistive technology — My audit is a great start, but manual testing with VoiceOver/NVDA catches things I can't.
- Prioritize by impact — Fix issues that block users first, polish later.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install accessibility-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/accessibility-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。
如何安装 Accessibility Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install accessibility-review」即可一键安装,无需额外配置。
Accessibility Review 是免费的吗?
是的,Accessibility Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Accessibility Review 支持哪些平台?
Accessibility Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Accessibility Review?
由 Patrick Roland(@rolandpg)开发并维护,当前版本 v1.0.0。
推荐 Skills