From claude-code-starter
Scans HTML/components for accessibility issues and fixes them: alt text on images, form labels, ARIA on buttons/links, WCAG AA color contrast, keyboard navigation, semantic tags, focus styles. Outputs report before applying fixes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-code-starter:a11yThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
帮用户检查并修复网站的无障碍性问题,让更多人能使用你的网站。
帮用户检查并修复网站的无障碍性问题,让更多人能使用你的网站。
读取项目中的 HTML 和组件,检查:
## 无障碍检查报告
### 必须修复(影响可用性)
- [文件:行号] 问题 + 修复方案
### 建议改进
- [文件:行号] 改进建议
### 合规状态
- WCAG AA 合规:是/否
用户确认后修复所有问题。
无障碍修复完成。你的网站现在对键盘用户和屏幕阅读器更友好了。
npx claudepluginhub lightpointventures/claude-code-starterAudits and fixes HTML accessibility issues including ARIA labels, keyboard navigation, focus management, color contrast, and form errors. Use for interactive controls, forms, dialogs, or WCAG compliance reviews.
Web accessibility discipline: semantic HTML first, ARIA only when needed, keyboard access always. Invoke whenever task involves any interaction with accessible web content -- writing, reviewing, refactoring, or debugging HTML/CSS/JS for WCAG compliance, ARIA usage, keyboard navigation, focus management, screen reader support, or accessible component patterns.
Enforces WCAG AA and ARIA best practices for screen readers, keyboard navigation, and focus management. Use when building or auditing user-facing interfaces for accessibility compliance.