Wcag Audit Perceivable Layout

🌐Community
by jkense · vlatest · Repository

Analyzes webpage layouts against WCAG perceivability guidelines, identifying potential accessibility issues for users.

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

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

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

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

About This Skill

What it does

This skill performs an initial audit of a webpage's perceivable layout against Web Content Accessibility Guidelines (WCAG). It specifically focuses on aspects like contrast, color usage, and the logical structure of content. The output provides a preliminary assessment to identify potential accessibility issues related to how users perceive the page’s information. This is not a comprehensive WCAG audit but rather an initial check focusing on layout-related perceivability criteria.

When to use it

  • Quick Accessibility Check: Before a full, formal accessibility audit, get a rapid assessment of a website's layout.
  • Content Creation Review: Evaluate newly created web pages or content updates for basic perceivable accessibility issues.
  • Design Validation: Verify that design choices (e.g., color schemes) meet minimum WCAG contrast requirements.
  • Initial Remediation Focus: Identify areas needing immediate attention before a more in-depth audit is conducted.

Key capabilities

  • Perceivable Layout Audit
  • WCAG Compliance Check
  • Contrast Analysis
  • Color Usage Assessment
  • Logical Structure Evaluation

Example prompts

  • "Audit the perceivable layout of [website URL]."
  • "Check this webpage ([website URL]) for WCAG compliance regarding contrast and color."
  • "Analyze the logical structure of [website URL] from an accessibility perspective."

Tips & gotchas

This skill provides a preliminary assessment. A full WCAG audit requires more thorough testing and evaluation by qualified professionals using assistive technologies.

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
jkense
Installs
7

🌐 Community

Passed automated security scans.