Agent Skills
› mtarcure/claude-vibe-squad
› wcag-conformance-audit
wcag-conformance-audit
GitHub针对UI或媒体资产进行WCAG无障碍合规审计,提供基于语义树、键盘焦点、对比度及屏幕阅读器的逐条证据和修复建议,拒绝仅依赖自动化工具的结论。
Trigger Scenarios
需要进行WCAG合规性审查
评估UI组件的可访问性
Install
npx skills add mtarcure/claude-vibe-squad --skill wcag-conformance-audit -g -y
SKILL.md
Frontmatter
{
"name": "wcag-conformance-audit",
"audience": "specialist",
"description": "Use when a UI or media deliverable needs a criterion-by-criterion WCAG conformance decision, including keyboard, focus, accessibility-tree, contrast, reflow, motion, and screen-reader evidence. An automated score or screenshot alone cannot pass."
}
WCAG Conformance Audit
Audit a UI or media asset against a WCAG target with per-criterion evidence — not a screenshot glance.
Steps
- Set the conformance target (WCAG 2.2 A / AA / AAA) and platform.
- Audit beyond the visible: semantic/accessibility tree, keyboard/focus order and traps, contrast, zoom/reflow, motion, input alternatives, screen-reader behavior.
- Cite the specific success criterion for every finding; rate severity.
- Specify an engineer-actionable remediation per finding.
- Return PASS/HOLD; document automated-tool limitations rather than trusting them.
Acceptance
- Every finding cites a WCAG success criterion.
- Keyboard and screen-reader behavior are covered; a screenshot/automated pass alone is never PASS.
- Remediations are specific and actionable.
Version History
- d5262e2 Current 2026-09-11 11:46


