← Back to Skills Marketplace
bovinphang

Accessibility Check

by Bovin Phang · GitHub ↗ · v2.5.0 · MIT-0
cross-platform ✓ Security Clean
27
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install fec-accessibility-check
Description
Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2...
README (SKILL.md)

无障碍实现规范(WCAG 2.2 AA)

Purpose

确保前端 UI 对残障用户可访问,满足 WCAG 2.2 AA 的核心要求,并能被键盘、屏幕阅读器、触控和缩放用户稳定使用。

Procedure

  1. 检查语义结构:landmark、标题层级、表单 label、按钮/链接可访问名称、表格语义和图片 alt。
  2. 检查键盘路径:Tab 顺序、Enter/Space/Esc 行为、焦点可见、关闭后焦点恢复。
  3. 检查复杂组件:对话框、菜单、标签页、树、抽屉、表格和自定义控件的 ARIA 状态。
  4. 检查动态状态:loading、empty、error、toast 和异步更新需要被屏幕阅读器感知。
  5. 检查视觉与触控可读性:文本/背景对比、focus ring、缩放到 200%、减少动效偏好、触摸目标尺寸和移动端虚拟键盘行为。
  6. 用真实键盘路径复核关键流程,必要时补充屏幕阅读器或浏览器无障碍树观察;屏幕阅读器流程见 references/screen-reader-testing.md
  7. 复核 WCAG 2.2 新增高频风险:可见焦点不被遮挡、拖拽操作有替代路径、目标尺寸过小、帮助入口和认证流程不依赖记忆负担。
  8. 输出分级报告;报告格式见 references/report-template.md

Detailed References

撰写无障碍审查报告时,加载 references/report-template.md。需要验证屏幕阅读器公告、焦点读法和动态区域时,加载 references/screen-reader-testing.md

Constraints

  • 优先使用语义化 HTML,而不是 ARIA。
  • role 不应覆盖原生语义。
  • 交互元素必须可键盘访问。
  • 表单错误必须与字段关联。
  • 颜色对比度风险需要指出具体文本/背景组合。
  • 不用 ARIA 弥补可以用原生 HTML 解决的问题。
  • 不把浏览器自动可访问树当作最终结论;关键路径需要用键盘和至少一种辅助技术或等价检查验证。

Expected Output

交互元素可键盘访问,语义和 ARIA 使用正确,焦点管理稳定;无障碍检查报告保存为 reports/accessibility-review-YYYY-MM-DD-HHmmss.md

Usage Guidance
Install if you want an agent to help review frontend accessibility and generate a local report. Expect it to inspect relevant UI/source files and write a report in the workspace; review any proposed code changes before applying them.
Capability Assessment
Purpose & Capability
The stated purpose is WCAG/accessibility review, and the artifact instructions stay within semantic HTML, keyboard access, ARIA, screen reader checks, and reporting.
Instruction Scope
Runtime instructions are scoped to inspecting frontend accessibility issues and writing a review report; no prompt overrides, deception, unrelated actions, or unsafe automation were found.
Install Mechanism
The package uses a standard SKILL.md layout with markdown/json files only, no dependencies, and no package lifecycle scripts or executable files in the shipped artifact.
Credentials
Reviewing application UI and optionally using browser accessibility tooling or screen readers is proportionate to the accessibility-check purpose.
Persistence & Privilege
The skill asks the agent to save a report under reports/accessibility-review-YYYY-MM-DD-HHmmss.md, which is disclosed, local, and purpose-aligned; no background persistence or elevated privilege is requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install fec-accessibility-check
  3. After installation, invoke the skill by name or use /fec-accessibility-check
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.5.0
- Expanded and clarified the skill description and Chinese trigger keywords. - Documented detailed procedures and constraints for conducting frontend accessibility checks according to WCAG 2.2 AA. - Added explicit steps for semantic structure, keyboard accessibility, ARIA usage, touch/readability, and assistive technology validation. - Included references to supporting files for screen reader testing and report templates. - Updated expected output requirements for accessibility review reports.
Metadata
Slug fec-accessibility-check
Version 2.5.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Accessibility Check?

Use when reviewing or improving frontend accessibility, semantic structure, keyboard support, focus management, ARIA labels, screen reader behavior, WCAG 2.2... It is an AI Agent Skill for Claude Code / OpenClaw, with 27 downloads so far.

How do I install Accessibility Check?

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

Is Accessibility Check free?

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

Which platforms does Accessibility Check support?

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

Who created Accessibility Check?

It is built and maintained by Bovin Phang (@bovinphang); the current version is v2.5.0.

💬 Comments