A11Y Debugging
Automated accessibility checks using Chrome DevTools to identify and report WCAG violations in web applications.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add a11y-debugging npx -- -y @trustedskills/a11y-debugging
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"a11y-debugging": {
"command": "npx",
"args": [
"-y",
"@trustedskills/a11y-debugging"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
a11y-debugging
What it does
This skill enables AI agents to inspect and debug web accessibility issues directly within the Chrome DevTools environment. It provides deep visibility into how browsers interpret HTML elements regarding screen reader support, keyboard navigation, and visual contrast compliance.
When to use it
- Investigating why a specific form field fails automated accessibility audits.
- Debugging complex dynamic content that loses focus management after JavaScript updates.
- Verifying color contrast ratios on custom UI components against WCAG standards.
- Analyzing the semantic structure of error messages for screen reader compatibility.
Key capabilities
- Direct integration with Chrome DevTools accessibility audit panels.
- Real-time inspection of ARIA attributes and roles in live browser contexts.
- Identification of missing or incorrect landmark regions in page layouts.
- Detection of keyboard trap scenarios within interactive widgets.
Example prompts
- "Run an accessibility audit on the current tab and list all elements flagged for missing labels."
- "Inspect the navigation menu's ARIA structure and suggest fixes for any broken focus order."
- "Check the color contrast of the primary call-to-action button against the background and report compliance status."
Tips & gotchas
Ensure the target website is fully loaded before initiating an audit, as dynamic content may not yet be rendered for analysis. This skill relies on Chrome DevTools; it cannot analyze accessibility in non-Chromium browsers or purely server-side rendered content without a browser instance.
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.