a11y-auditor

Audit web pages and UI components for WCAG 2.2 Level AA compliance.

10|5|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/rajitsaha/100xprism --skill a11y-auditor-rajitsaha
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: a11y-auditor
Source: https://github.com/rajitsaha/100xprism/tree/main/modules/a11y-auditor
Command: npx skills add https://github.com/rajitsaha/100xprism --skill a11y-auditor-rajitsaha

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill eliminates the risk of shipping inaccessible UI that excludes users with disabilities, fails compliance audits, and exposes your team to legal or VPAT-related issues by providing structured, actionable accessibility audits aligned to WCAG 2.2 Level AA standards.

Core Features & Use Cases

  • Triaged WCAG 2.2 AA Audits: Generates a severity-ranked list of findings (critical/serious/moderate) with exact code-level or behavior-level fixes for each issue.
  • Structured Accessibility Reports: Produces focus order maps, text/UI contrast ratio reports, ARIA decision trees for custom widgets, and screen reader test plans for critical user flows.
  • Use Case: When launching a new customer-facing checkout flow, use this Skill to identify critical accessibility gaps (like missing form labels or keyboard traps) before release to ensure all users can complete purchases and meet conformance requirements.

Quick Start

Use the a11y-auditor skill to audit the attached product listing page against WCAG 2.2 AA standards and deliver a triaged list of prioritized fixes.

Frequently Asked Questions about a11y-auditor

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

FAQPage Schema
How do I audit my web page for WCAG 2.2 AA compliance?

Auditing web pages for WCAG 2.2 AA compliance involves evaluating UI components against accessibility standards to identify critical, serious, and moderate issues, producing a prioritized list of fixes and structured reports.

What is included in a WCAG 2.2 AA accessibility audit?

A WCAG 2.2 AA accessibility audit includes triaged severity-ranked findings, focus order maps, text and UI contrast ratio reports, ARIA decision trees for custom widgets, and screen reader test plans for critical user flows.

How do I prepare a VPAT or accessibility conformance report for a new UI?

Preparing a VPAT or accessibility conformance report for a new UI requires auditing existing flows against WCAG 2.2 AA standards to identify missing form labels or keyboard traps, generating structured reports to verify conformance before release.

Can I use this to check screen-reader compatibility and contrast ratios on mobile web platforms?

Yes, you can check screen-reader compatibility and contrast ratios on mobile web platforms. The audit supports mobile web use cases and generates dedicated contrast ratio reports and screen reader test plans for critical user flows.

What's the best way to fix ARIA decision trees for custom widgets?

Fixing ARIA decision trees for custom widgets requires evaluating the widget's behavior against WCAG 2.2 AA standards. The audit produces specific ARIA decision trees to guide the exact behavior-level fixes needed for compliance.