Accessibility Review

🏢Official
by anthropics · vlatest · Repository

Analyzes digital content for WCAG compliance, identifying accessibility issues and suggesting remediation strategies.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to systematically evaluate digital interfaces for compliance with accessibility standards, specifically WCAG guidelines. It identifies barriers preventing users with disabilities from effectively interacting with websites and applications.

When to use it

  • Auditing new landing pages before public launch to ensure inclusive design.
  • Conducting periodic reviews of existing e-commerce platforms to maintain regulatory compliance.
  • Validating internal documentation portals for usability by employees with visual or motor impairments.
  • Preparing digital assets for government or educational sectors with strict accessibility mandates.

Key capabilities

  • Analyzes HTML structure and semantic markup for proper heading hierarchy and labeling.
  • Detects missing alternative text (alt tags) on images and non-text content.
  • Evaluates color contrast ratios between foreground text and background elements.
  • Checks for keyboard navigability and focus management across interactive components.
  • Reports specific WCAG violation codes with actionable remediation suggestions.

Example prompts

  • "Run an accessibility review on this product page URL and list all critical WCAG 2.1 Level A failures."
  • "Analyze the provided HTML snippet for missing alt attributes and low color contrast issues."
  • "Generate a compliance report for our internal dashboard, highlighting barriers for screen reader users."

Tips & gotchas

Ensure the target website is fully rendered and stable before initiating the review to avoid false positives caused by loading states. This tool complements but does not replace manual testing with actual assistive technologies like screen readers.

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
anthropics
Installs
52

🏢 Official

Published by the company or team that built the technology.