Accessibility Auditor

Audit digital interfaces for WCAG 2.2 compliance and accessibility barriers.

Updated Jun 14, 2026
One-click install
npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill accessibility-auditor-basmawebinfo-hub
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Accessibility Auditor
Source: https://github.com/basmawebinfo-hub/lover-diet-center/tree/main/.opencode/skills/testing-accessibility-auditor
Command: npx skills add https://github.com/basmawebinfo-hub/lover-diet-center --skill accessibility-auditor-basmawebinfo-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams uncover accessibility barriers that automated scans alone miss, so products can be used by screen reader users, keyboard-only users, and people with visual, motor, cognitive, or vestibular disabilities.

Core Features & Use Cases

  • WCAG 2.2 AA auditing: Reviews interfaces against specific success criteria with severity ratings and remediation guidance.
  • Assistive technology testing: Covers screen reader behavior, keyboard navigation, zoom, reduced motion, high contrast, and dynamic content announcements.
  • Actionable reporting: Produces structured audit reports with user impact, evidence, recommended fixes, and verification steps.
  • Use Case: Audit a web app before release to identify inaccessible forms, broken focus management, low-contrast text, unlabeled buttons, and custom widgets that fail keyboard or screen reader testing.

Quick Start

Ask the Accessibility Auditor to audit a page or user flow against WCAG 2.2 AA and report every issue with severity, affected users, and concrete 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 app for WCAG 2.2 compliance issues?

To audit for WCAG 2.2 compliance, evaluate interfaces against specific success criteria, classify severity, and provide remediation guidance. This process covers keyboard navigation, screen reader behavior, zoom, contrast, and motion accessibility.

Why do automated accessibility scans miss keyboard navigation barriers?

Automated scans miss keyboard navigation barriers because they cannot perform manual assistive technology testing. A standards-based evaluation identifies broken focus management and custom widget failures that automated tools overlook.

How do I test screen reader behavior and ARIA for custom widgets?

Testing screen reader behavior and ARIA requires manual assistive technology evaluation of dynamic content announcements. This identifies unlabeled buttons and custom widgets failing screen reader testing, producing actionable reporting with concrete fixes.

Does this approach work for auditing forms and modals for accessibility?

Yes, this approach works for auditing forms and modals by evaluating user flows against WCAG criteria. It identifies inaccessible forms, broken focus management, and low-contrast text with structured reports containing severity and verification steps.

What is the best way to report accessibility barriers with remediation guidance?

The best way to report accessibility barriers is producing structured audit reports detailing user impact, evidence, recommended fixes, and verification steps. Reports include specific WCAG criterion references and severity classifications for actionable remediation.