Fixing Accessibility
This skill automatically fixes common accessibility issues in content, ensuring wider reach and usability for all users.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add fixing-accessibility npx -- -y @trustedskills/fixing-accessibility
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"fixing-accessibility": {
"command": "npx",
"args": [
"-y",
"@trustedskills/fixing-accessibility"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The fixing-accessibility skill helps identify and resolve accessibility issues in web interfaces. It scans HTML, CSS, and JavaScript to detect problems such as missing alt text on images, improper contrast ratios, or keyboard navigation failures. The tool then provides actionable suggestions for remediation.
When to use it
- You're auditing a website for compliance with WCAG standards.
- A user reports difficulty navigating your site using screen readers.
- You want to ensure your web application is accessible to people with disabilities.
Key capabilities
- Detects common accessibility violations in HTML and CSS
- Suggests fixes for contrast, focus management, and semantic structure
- Analyzes keyboard navigation flow and interactive elements
Example prompts
- "Check this webpage for accessibility issues and suggest fixes."
- "Fix the alt text on all images that are missing descriptions."
- "Analyze the contrast ratio of text on this page and recommend improvements."
Tips & gotchas
- Ensure your HTML is valid before running the tool, as invalid markup can lead to false positives.
- This skill works best when used in conjunction with manual testing for a complete accessibility review.
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.