Accessibility Auditor

🌐Community
by patricio0312rev · vlatest · Repository

This Accessibility Auditor skill analyzes web content to identify potential accessibility issues, ensuring a more inclusive user experience for everyone.

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 patricio0312rev-accessibility-auditor npx -- -y @trustedskills/patricio0312rev-accessibility-auditor
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "patricio0312rev-accessibility-auditor": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/patricio0312rev-accessibility-auditor"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill acts as an automated accessibility auditor, scanning web interfaces to identify barriers that prevent users with disabilities from accessing content. It evaluates elements against standard compliance criteria to ensure digital products are inclusive and usable by everyone.

When to use it

  • Before launching a new website or updating existing pages to verify WCAG compliance.
  • During development sprints to catch accessibility issues early in the frontend workflow.
  • When generating audit reports for stakeholders requiring proof of inclusive design practices.
  • To validate that recent CSS or HTML changes have not introduced new usability barriers.

Key capabilities

  • Scans web interfaces for common accessibility violations.
  • Identifies specific elements causing barriers for users with disabilities.
  • Provides actionable feedback based on established compliance standards.

Example prompts

  • "Run an accessibility audit on the homepage and list all critical errors found."
  • "Check if the navigation menu meets WCAG 2.1 guidelines for keyboard users."
  • "Generate a report highlighting color contrast issues in the footer section."

Tips & gotchas

Ensure the target web interface is fully loaded before running the audit to avoid false negatives on dynamic content. This tool focuses on frontend elements, so it may not detect backend logic errors affecting accessibility.

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
patricio0312rev
Installs
42

🌐 Community

Passed automated security scans.