Wcag Accessibility Audit
Analyzes web pages against WCAG guidelines, providing prioritized accessibility recommendations for developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add wcag-accessibility-audit npx -- -y @trustedskills/wcag-accessibility-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"wcag-accessibility-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/wcag-accessibility-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs accessibility audits of web pages based on the Web Content Accessibility Guidelines (WCAG). It identifies potential accessibility issues, such as missing alternative text for images or insufficient color contrast. The audit results are presented in a structured format to facilitate remediation efforts and ensure compliance with accessibility standards.
When to use it
- Website Launch: Before launching a new website or feature, run an audit to proactively identify and fix accessibility problems.
- Content Updates: After making significant changes to existing web content, perform an audit to ensure the updates haven't introduced any new accessibility barriers.
- Compliance Checks: Regularly assess your website’s compliance with WCAG guidelines for legal or regulatory requirements.
- User Feedback: When users report accessibility issues on a site, use this skill to investigate and resolve those specific concerns.
Key capabilities
- WCAG Compliance Assessment
- Identification of Accessibility Issues
- Structured Audit Reporting
Example prompts
- "Audit the accessibility of [website URL] according to WCAG 2.1 AA guidelines."
- "Can you perform an accessibility audit on this HTML snippet: [HTML code]"
- "Check [website URL] for missing alt text on images and report any findings."
Tips & gotchas
- The skill's accuracy depends on the completeness and correctness of the provided web page content or HTML. Complex JavaScript-driven websites may require manual review alongside this automated audit.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.