Accessibility Audit
Identifies and flags WCAG accessibility issues in frontend code, providing actionable remediation suggestions.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add nickcrew-accessibility-audit npx -- -y @trustedskills/nickcrew-accessibility-audit
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"nickcrew-accessibility-audit": {
"command": "npx",
"args": [
"-y",
"@trustedskills/nickcrew-accessibility-audit"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The nickcrew-accessibility-audit skill performs automated accessibility audits of web pages. It identifies potential issues based on WCAG guidelines, providing a report highlighting areas needing improvement for users with disabilities. The audit includes checks for color contrast, missing alt text on images, and proper heading structure. This helps ensure websites are usable by everyone.
When to use it
- Evaluating new website designs: Quickly assess the accessibility of mockups or prototypes before development begins.
- Checking existing web pages: Identify and fix accessibility issues on live websites to improve user experience.
- Ensuring compliance with accessibility standards: Verify adherence to WCAG guidelines for legal or regulatory requirements.
- Improving website inclusivity: Make your online content accessible to a wider audience, including people with disabilities.
Key capabilities
- Automated accessibility scanning
- WCAG guideline checks
- Color contrast analysis
- Image alt text validation
- Heading structure assessment
Example prompts
- "Audit the accessibility of this webpage: [URL]"
- "Check for color contrast issues on [URL]."
- "Analyze the heading structure and image alt text on [URL]."
Tips & gotchas
The audit provides automated suggestions; manual review by a human expert is still recommended to ensure complete accuracy and address complex accessibility considerations.
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.