accessibility-tester

Audit digital interfaces for WCAG 2.1/3.0 compliance and screen reader compatibility.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/hbritel/followup-trading-frontend --skill accessibility-tester-hbritel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-tester
Source: https://github.com/hbritel/followup-trading-frontend/tree/main/.agent/skills/accessibility-tester
Command: npx skills add https://github.com/hbritel/followup-trading-frontend --skill accessibility-tester-hbritel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need for digital accessibility, ensuring that web applications and digital content are usable by everyone, including individuals with disabilities. It helps identify and rectify barriers that prevent equal access to information and functionality.

Core Features & Use Cases

  • WCAG Compliance Auditing: Verifies adherence to Web Content Accessibility Guidelines (WCAG) 2.1/3.0 standards.
  • Assistive Technology Simulation: Tests compatibility with screen readers (NVDA, JAWS, VoiceOver) and keyboard-only navigation.
  • Inclusive Design Implementation: Provides guidance on creating barrier-free user experiences.
  • Use Case: A company launching a new e-commerce website can use this Skill to ensure it's fully accessible to visually impaired users, compliant with legal standards, and provides a seamless shopping experience for all customers.

Quick Start

Use the accessibility-tester skill to perform a WCAG 2.1 Level AA audit on the provided website URL.

Frequently Asked Questions about accessibility-tester

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit my website for WCAG 2.1 compliance?

To audit your website for WCAG compliance, this Skill verifies adherence to WCAG 2.1 and 3.0 standards by integrating automated tools like axe and WAVE with manual testing. It identifies and rectifies barriers preventing equal access to digital content.

How do I test screen reader compatibility for visual impairments?

Testing screen reader compatibility involves simulating assistive technology interactions using NVDA, JAWS, and VoiceOver. This Skill audits digital interfaces to ensure users with visual, auditory, motor, and cognitive disabilities can navigate effectively.

Can I use automated tools like axe and WAVE to check keyboard navigation?

Yes, you can use automated tools like axe and WAVE alongside manual testing to check keyboard navigation. This Skill requires integration with these tools to identify and rectify barriers for users with motor disabilities.

What is the best way to ensure inclusive design for an e-commerce website?

The best way to ensure inclusive design is by auditing digital interfaces for accessibility compliance. This Skill guides creating barrier-free user experiences, ensuring e-commerce platforms are usable by individuals with visual, auditory, motor, and cognitive disabilities.

Does this approach support both automated and manual accessibility testing?

Yes, this approach supports both automated and manual accessibility testing. It requires integration with automated tools like axe and WAVE, and manual testing with NVDA, JAWS, and VoiceOver to ensure comprehensive WCAG 2.1 and 3.0 compliance.

Why does my web application fail keyboard-only navigation during an accessibility audit?

Your web application fails keyboard-only navigation when interactive elements lack proper focus management or ARIA roles. This Skill identifies these barriers by testing compliance with WCAG standards and screen reader compatibility.