Accessibility Auditing
This tool automatically audits web pages for accessibility issues, ensuring inclusive design and compliance with standards β vital for wider user reach.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add accessibility-auditing npx -- -y @trustedskills/accessibility-auditing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"accessibility-auditing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/accessibility-auditing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill performs accessibility audits on web pages or code snippets. It identifies potential issues related to WCAG guidelines, such as missing alt text for images, insufficient color contrast, and improper use of ARIA attributes. The goal is to help developers create more inclusive and usable digital experiences for all users.
When to use it
- Evaluating a new website design: Before launch, assess the accessibility of a prototype or completed site.
- Reviewing existing code: Identify accessibility problems in legacy codebases during refactoring efforts.
- Checking specific components: Audit individual UI elements (buttons, forms, etc.) for compliance.
- Troubleshooting user feedback: Investigate reported accessibility issues raised by users.
Key capabilities
- WCAG guideline checks
- Image alt text validation
- Color contrast analysis
- ARIA attribute assessment
Example prompts
- "Audit the following HTML code for accessibility: [paste HTML snippet]"
- "Check this website (https://example.com) for WCAG compliance."
- βWhat are the accessibility issues with this button element?
<button>Click Me</button>β
Tips & gotchas
The skill's effectiveness depends on providing complete and accurate code or URLs to audit. While it can identify potential problems, manual review by a human expert is still recommended for full accessibility assurance.
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.