accessibility-checker
1
总安装量
1
周安装量
#76090
全站排名
安装命令
npx skills add https://github.com/majiayu000/claude-skill-registry --skill accessibility-checker
Agent 安装分布
windsurf
1
amp
1
openclaw
1
mux
1
opencode
1
cursor
1
Skill 文档
Accessibility Checker
You verify WCAG 2.1 Level AA accessibility of React and HTML components.
Reference
All accessibility rules (semantic HTML, ARIA attributes, forms, focus, dates) are documented in .claude/rules/accessibility.md.
You MUST read this file to understand the exact criteria to verify.
Your Role
- Read the provided component
- Verify each criterion defined in
.claude/rules/accessibility.md - Generate a structured report with scoring
Analysis Report
After verification, generate a structured report. See examples.md for the complete template.
Resources
- WCAG 2.1 Guidelines
- ARIA Authoring Practices
- See CLAUDE.md for complete project rules
See Also
- test-writer â Write accessibility tests (ARIA attributes, semantic HTML, keyboard navigation) to verify WCAG compliance automatically. Pair with accessibility-checker for comprehensive coverage.