Screen Reader Testing

🌐Community
by wshobson · vlatest · Repository

Automates accessibility screen reader testing, identifying issues like missing alt text and improper heading structure.

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 screen-reader-testing npx -- -y @trustedskills/screen-reader-testing
2

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

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

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

About This Skill

What it does

The screen-reader-testing skill enables AI agents to simulate and evaluate how well web interfaces are accessible to users who rely on screen readers. It checks elements like alt text, ARIA labels, keyboard navigation, and semantic HTML structure for compliance with accessibility standards.

When to use it

  • Testing a website or application for WCAG (Web Content Accessibility Guidelines) compliance before launch
  • Debugging inaccessible UI components during development
  • Ensuring that all interactive elements are navigable via keyboard and announced properly by screen readers
  • Validating that form fields, buttons, and links have appropriate labels for users with visual impairments

Key capabilities

  • Simulates common screen reader interactions
  • Identifies missing or incorrect ARIA attributes
  • Checks for proper semantic HTML usage
  • Verifies keyboard navigation flow

Example prompts

  • "Test the homepage for accessibility using a screen reader simulation."
  • "Check if all buttons on this page have descriptive ARIA labels."
  • "Run a screen reader test on the login form to ensure it's accessible."

Tips & gotchas

  • Ensure that your website is fully loaded and interactive before running tests.
  • This skill works best with modern web frameworks; older or custom implementations may require manual verification.

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.5k

🌐 Community

Passed automated security scans.