Notre avis
Réalise des audits d'accessibilité WCAG 2.2 combinant tests automatisés et vérifications manuelles avec des conseils de correction.
Points forts
- Approche complète incluant tests automatisés et manuels
- Cartographie précise des problèmes sur les critères WCAG
- Stratégies de correction détaillées pour chaque violation
- Aide à la mise en œuvre de composants accessibles
Limites
- Ne fournit pas de certification légale officielle
- Nécessite l'accès à l'interface ou au code source
- Dépend des scans automatisés lancés par l'utilisateur
Utilisez-le pour auditer un site web pour la conformité d'accessibilité, corriger des violations WCAG ou implémenter des composants accessibles.
Ne l'utilisez pas si vous avez besoin d'une certification d'accessibilité formelle ou si vous ne pouvez pas accéder à l'interface ou au code source pour les tests.
Analyse de sécurité
SûrThe skill solely provides guidance on accessibility auditing, with no instructions for destructive, exfiltrating, or obfuscated actions. Tools used are standard static analysis and manual testing, within safe boundaries.
Aucun point d'attention détecté
Exemples
Run a WCAG 2.2 accessibility audit on https://example.com. Include automated scans, manual keyboard testing, and screen reader checks. Map issues to specific criteria and provide remediation steps.Review the following list of accessibility issues from an automated scan and provide step-by-step remediation for each, including code changes and best practices.Guide me through implementing an accessible modal dialog with proper focus management, ARIA attributes, and keyboard interaction per WCAG 2.2.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. allowed-tools: Read, Write, Edit, Glob, Grep
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
- Read resources/implementation-playbook.md for detailed audit guidelines and checklist.
- Instruct the user to 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.
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.
TDD Red-Green-Refactor
Testing
Skill qui guide Claude a travers le cycle TDD complet.
Audit d'Accessibilité Web
Testing
Réalise un audit d'accessibilité web complet selon les normes WCAG.
Générateur de Tests UAT
Testing
Génère des cas de test d'acceptation utilisateur structurés et complets.