Wcag Audit Patterns

🌐Community
by sickn33 · 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 sickn33-wcag-audit-patterns npx -- -y @trustedskills/sickn33-wcag-audit-patterns
2

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

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

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

About This Skill

The wcag-audit-patterns skill enables AI agents to systematically evaluate web accessibility compliance against WCAG standards. It identifies specific code patterns and structural issues that may hinder users relying on assistive technologies.

When to use it

  • Pre-launch testing of new website features to ensure inclusive design before public release.
  • Auditing legacy codebases to pinpoint specific HTML or CSS elements violating accessibility guidelines.
  • Validating automated scanner results by cross-referencing flagged issues with known WCAG success criteria patterns.
  • Integrating into CI/CD pipelines to block deployments containing critical accessibility regressions.

Key capabilities

  • Pattern matching against common WCAG violation structures in HTML, CSS, and ARIA implementations.
  • Identification of missing semantic elements that impact screen reader navigation.
  • Detection of color contrast and focus management issues based on established web standards.

Example prompts

  • "Run a wcag-audit-patterns scan on this React component to find any ARIA attribute mismatches."
  • "Analyze the provided HTML snippet for common WCAG 2.1 Level AA violation patterns regarding form labels."
  • "Generate a report of accessibility risks in this CSS file based on known contrast and sizing patterns."

Tips & gotchas

This skill focuses on identifying structural and pattern-based violations rather than performing full visual rendering checks. Ensure you provide clean, parseable code snippets or URLs for the most accurate pattern matching results.

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
sickn33
Installs
77

🌐 Community

Passed automated security scans.