Accessibility Audit Runner

🌐Community
by jeremylongshore · vlatest · Repository

Automatically scans frontend code for accessibility issues using WCAG guidelines, generating reports for remediation.

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

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

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

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

About This Skill

What it does

This skill allows AI agents to perform accessibility audits on web pages. It analyzes the provided HTML or URL and identifies potential issues related to WCAG guidelines, such as missing alt text for images, insufficient color contrast, and improper heading structure. The results are presented in a structured format highlighting areas needing improvement.

When to use it

  • Website Development: Quickly assess new website features or pages before launch to ensure accessibility compliance.
  • Content Creation: Evaluate existing web content (blog posts, articles) for accessibility issues and suggest remediation steps.
  • Accessibility Remediation: Identify specific areas of a website that require accessibility fixes based on audit results.
  • Compliance Checks: Verify adherence to accessibility standards like WCAG for legal or regulatory requirements.

Key capabilities

  • Analyzes HTML content provided as input.
  • Performs audits against WCAG guidelines.
  • Identifies common accessibility issues.
  • Provides structured output of audit findings.

Example prompts

  • "Run an accessibility audit on this HTML: [paste HTML here]"
  • "Perform a WCAG audit of the website at https://www.example.com."
  • "Check this webpage for missing alt text: [paste HTML here]"

Tips & gotchas

The accuracy of the audit depends on the completeness and correctness of the provided HTML or URL. Complex JavaScript-driven websites may require more thorough manual testing after using this skill to ensure full 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
jeremylongshore
Installs
20

🌐 Community

Passed automated security scans.