Accessibility Audit

🌐Community
by serkan-ozal · vlatest · Repository

Analyzes website frontend code for WCAG compliance issues, providing actionable accessibility remediation suggestions.

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

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

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

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

About This Skill

What it does

This skill performs accessibility audits of web pages using browser developer tools. It identifies potential issues related to WCAG guidelines, such as missing alternative text for images and insufficient color contrast. The audit results can be used to improve the usability and inclusivity of websites for people with disabilities.

When to use it

  • You need a quick assessment of a website's accessibility before launch or major updates.
  • You want to identify specific accessibility issues on a page, such as missing ARIA attributes.
  • You are conducting user research involving individuals with disabilities and require an initial accessibility check.
  • You’re troubleshooting why users report difficulty navigating a webpage.

Key capabilities

  • Automated accessibility checks
  • WCAG guideline assessment
  • Identification of common accessibility errors
  • Utilizes browser developer tools for analysis

Example prompts

  • "Perform an accessibility audit on this URL: [website address]"
  • "Check the color contrast ratio between foreground and background elements on this page."
  • "Identify any missing alternative text descriptions for images on this website."

Tips & gotchas

This skill relies on browser developer tools; ensure the target webpage is fully loaded within a compatible browser. While helpful, automated audits are not exhaustive and should be supplemented with manual testing and user feedback.

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
serkan-ozal
Installs
13

🌐 Community

Passed automated security scans.