Accessibility Auditor

Audit digital interfaces for WCAG 2.2 AA conformance failures.

20|9|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/WebWakaHub/manus-agency-skills --skill accessibility-auditor-webwakahub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Accessibility Auditor
Source: https://github.com/WebWakaHub/manus-agency-skills/tree/main/agency-testing-accessibility-auditor
Command: npx skills add https://github.com/WebWakaHub/manus-agency-skills --skill accessibility-auditor-webwakahub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams uncover accessibility barriers that automated checks often miss, so interfaces are usable by people who rely on keyboards, screen readers, magnification, and other assistive technologies.

Core Features & Use Cases

  • WCAG Auditing: Evaluates interfaces against WCAG 2.2 AA criteria and highlights specific success criteria failures.
  • Assistive Technology Testing: Verifies screen reader behavior, keyboard navigation, focus management, and dynamic content announcements.
  • Inclusive Remediation Guidance: Provides concrete fixes for ARIA misuse, form issues, modal behavior, reading order problems, contrast failures, and other usability blockers.
  • Use Case: A product team can use this Skill to review a checkout flow before release, identify accessibility gaps in custom components, and get prioritized remediation steps for developers and designers.

Quick Start

Use the Accessibility Auditor skill to review this interface for WCAG issues, keyboard traps, screen reader problems, and actionable fixes.

Frequently Asked Questions about Accessibility Auditor

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

FAQPage Schema
How do I audit a web interface for WCAG conformance failures?

You can audit web apps and custom components for WCAG 2.2 AA conformance by applying manual assistive technology verification, severity classification, and remediation guidance to uncover barriers automated checks miss.

What is the best way to test custom components for screen reader and keyboard accessibility?

The best way to test custom components for screen reader and keyboard accessibility is through manual assistive technology verification, checking focus management, dynamic content announcements, and identifying keyboard traps to ensure inclusive design.

Can I use manual accessibility testing to find ARIA misuse and modal behavior issues?

Yes, manual accessibility testing can find ARIA misuse and modal behavior issues by verifying screen reader behavior, focus management, and dynamic content announcements, providing inclusive remediation guidance for these specific usability blockers.

Does WCAG auditing work for evaluating dynamic content and forms before release?

WCAG auditing works for evaluating dynamic content, modals, and forms before release by verifying keyboard navigation, screen reader behavior, and zoom testing, ensuring interfaces are usable by people relying on assistive technologies.

Why do automated accessibility checks miss barriers that manual testing finds?

Automated accessibility checks miss barriers because they cannot verify actual screen reader behavior, keyboard navigation, or focus management, requiring manual assistive technology verification to uncover dynamic content announcements and complex usability blockers.

How do I fix keyboard traps and reading order problems found during a WCAG audit?

To fix keyboard traps and reading order problems, you apply inclusive remediation guidance that provides concrete fixes for ARIA misuse, focus management, and dynamic content behavior aligned to accessibility standards.