一键导入
accessibility-checker
Quick A11y review - WCAG 2.1 checklist, screen reader compatibility, keyboard navigation, color contrast
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Quick A11y review - WCAG 2.1 checklist, screen reader compatibility, keyboard navigation, color contrast
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Automated visual testing with Playwright MCP - test web apps, presentations, websites, and documents with scalable reviewer perspectives
Expert guidance on RAG (Retrieval-Augmented Generation) system design including chunking strategies, embedding selection, retrieval methods, and vector database choices
Design complex system architectures, evaluate tradeoffs, and make critical technical decisions requiring deep reasoning
Deep code analysis identifying subtle bugs, security issues, performance problems, and architectural concerns requiring expert-level reasoning
Efficient context state inspection, task lifecycle management, and session tracking
Systematic codebase onboarding. Builds a mental model of a new or unfamiliar project by exploring structure, architecture, key data models, entry points, and auth patterns.
| name | accessibility-checker |
| description | Quick A11y review - WCAG 2.1 checklist, screen reader compatibility, keyboard navigation, color contrast |
| short_desc | WCAG-2.1 / a11y compliance checklist review |
| keywords | ["WCAG","A11y","screen reader","ARIA","color contrast","check accessibility","WCAG compliance"] |
| model | haiku |
Purpose: Quick A11y review - WCAG 2.1 checklist, screen reader compatibility, keyboard navigation, color contrast.
Model: Haiku 4.5 (fast accessibility checking)
When to Invoke Autonomously:
DO NOT invoke for:
/accessibility-checker review [component]
/accessibility-checker wcag-check [page/component]
/accessibility-checker keyboard-nav [interactive elements]
/accessibility-checker contrast-check [colors]
Reviews code for:
<button> not <div>)For code examples, see examples/.
See template.md for structured review format.
python scripts/check-contrast.py <color1> <color2> to check WCAG complianceBefore implementing: Search for proven patterns
.claude/scripts/kg-search search "accessibility" --type concepts
For deep research: Ask user "Use hybrid_search to research [a11y topic]"
Development env: Python 3.12, Weaviate:8081, Ollama:11435, venv: source claude_mcp_servers/.venv/bin/activate