Accessibility Auditing

🌐Community
by charlesjones-dev Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add accessibility-auditing npx -- -y @trustedskills/accessibility-auditing
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
charlesjones-dev
Installs
13

🌐 Community

Passed automated security scans.