Agent Skills
› rmyndharis/antigravity-skills
› wcag-audit-patterns
wcag-audit-patterns
GitHub提供符合WCAG 2.2标准的网站无障碍审计指南,涵盖自动化扫描、人工验证及修复建议。适用于合规检查、违规修复及无障碍设计实施,辅助满足ADA等法规要求。
Trigger Scenarios
进行网站无障碍审计
修复WCAG违规问题
实现无障碍组件
准备应对法律诉讼或VPAT合规
Install
npx skills add rmyndharis/antigravity-skills --skill wcag-audit-patterns -g -y
SKILL.md
Frontmatter
{
"name": "wcag-audit-patterns",
"description": "Conduct WCAG 2.2 accessibility audits with automated testing, manual verification, and remediation guidance. Use when auditing websites for accessibility, fixing WCAG violations, or implementing accessible design patterns."
}
WCAG Audit Patterns
Comprehensive guide to auditing web content against WCAG 2.2 guidelines with actionable remediation strategies.
Use this skill when
- Conducting accessibility audits
- Fixing WCAG violations
- Implementing accessible components
- Preparing for accessibility lawsuits
- Meeting ADA/Section 508 requirements
- Achieving VPAT compliance
Do not use this skill when
- You need legal advice or formal certification
- You only want a quick automated scan without manual verification
- You cannot access the UI or source for remediation work
Instructions
- Run automated scans (axe, Lighthouse, WAVE) to collect initial findings.
- Perform manual checks (keyboard navigation, focus order, screen reader flows).
- Map each issue to a WCAG criterion, severity, and remediation guidance.
- Re-test after fixes and document residual risk and compliance status.
Refer to resources/implementation-playbook.md for detailed patterns, checklists, and templates.
Safety
- Avoid claiming legal compliance without expert review.
- Keep evidence of test steps and results for audit trails.
Resources
resources/implementation-playbook.mdfor detailed patterns, checklists, and templates.
Version History
- e63f7dd Current 2026-07-05 10:36


