Wcag Audit Patterns

🌐Community
by wshobson · vlatest · Repository

Helps with auditing, patterns as part of agent workflows workflows.

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 wcag-audit-patterns npx -- -y @trustedskills/wcag-audit-patterns
2

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

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

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

About This Skill

What it does

The wcag-audit-patterns skill enables AI agents to perform audits based on Web Content Accessibility Guidelines (WCAG). It identifies accessibility issues in web content, such as missing alt text for images or improper color contrast. The tool provides actionable recommendations for improving compliance with WCAG standards.

When to use it

  • You need to ensure a website is accessible to users with disabilities.
  • You are preparing a site for compliance with legal accessibility requirements.
  • You want to identify and fix common accessibility issues during development or testing.
  • You're conducting an audit of third-party content for accessibility standards.

Key capabilities

  • Detects missing alt text on images
  • Identifies insufficient color contrast ratios
  • Checks for proper use of ARIA attributes
  • Evaluates keyboard navigation support
  • Provides WCAG 2.1 compliance recommendations

Example prompts

  • "Audit this webpage for WCAG 2.1 compliance."
  • "Check the image alt text on this site and suggest improvements."
  • "Identify accessibility issues in the header section of this HTML document."

Tips & gotchas

  • Ensure the AI agent has access to the full HTML content of the page being audited for accurate results.
  • While it identifies common issues, manual review is still recommended for complex or nuanced compliance needs.

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
wshobson
Installs
2.7k

🌐 Community

Passed automated security scans.