Accessibility Audit

🌐Community
by wojons · vlatest · Repository

Automates WCAG compliance checks on web pages, identifying accessibility issues and suggesting remediation steps.

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 wojons-accessibility-audit npx -- -y @trustedskills/wojons-accessibility-audit
2

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

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

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

About This Skill

What it does

This skill performs an accessibility audit of web pages. It identifies potential issues based on WCAG guidelines, helping to ensure digital content is usable by people with disabilities. The output includes a report detailing detected problems and suggestions for remediation.

When to use it

  • Evaluating new website designs: Quickly assess the accessibility of prototypes or mockups before development begins.
  • Checking existing web pages: Identify areas within an established site that need improvement for accessibility compliance.
  • Ensuring content meets accessibility standards: Verify that newly published blog posts, articles, or other online materials are accessible.
  • Automated testing in a CI/CD pipeline: Integrate accessibility checks into your development workflow to catch issues early.

Key capabilities

  • WCAG guideline assessment
  • Report generation detailing accessibility issues
  • Remediation suggestions

Example prompts

  • "Audit the accessibility of this webpage: [URL]"
  • "Check for WCAG compliance on [URL] and provide a detailed report."
  • "Perform an accessibility audit and suggest fixes for [URL]."

Tips & gotchas

The skill's accuracy depends on the complexity of the webpage. It is recommended to supplement automated audits with manual testing by users with disabilities for comprehensive evaluation.

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
wojons
Installs
9

🌐 Community

Passed automated security scans.