Accessibility Audit

Identify and report WCAG 2.2 conformance issues across pages, components, and flows.

47|4|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/cuellarfr/design-skills --skill accessibility-audit-cuellarfr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Accessibility Audit
Source: https://github.com/cuellarfr/design-skills/tree/main/accessibility-audit
Command: npx skills add https://github.com/cuellarfr/design-skills --skill accessibility-audit-cuellarfr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Auditing digital products for WCAG 2.2 conformance across pages, components, and user flows to identify barriers and guide remediation.

Core Features & Use Cases

  • 5-layer audit approach (automated, keyboard, screen reader, visual review, and flow testing) with structured findings.
  • Tool integrations and templates (axe DevTools, WAVE, Lighthouse, Pa11y) to surface issues, prioritize fixes, and generate audit reports.
  • Use cases include pre-release conformance checks, ongoing accessibility monitoring in production, and post-launch remediation planning.

Quick Start

Run a full WCAG 2.2 audit on the target pages and generate a remediation-ready report.

Frequently Asked Questions about Accessibility Audit

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

FAQPage Schema
How do I run a WCAG 2.2 conformance audit on my web app?

Run a WCAG 2.2 conformance audit by applying a 5-layer process across pages and components: automated scans, keyboard navigation, screen reader testing, visual reviews, and flow testing to generate a remediation-ready report.

What is the best way to combine automated accessibility scans with manual testing?

The best way to combine accessibility scans with manual testing is a 5-layer audit approach that integrates automated tools like axe DevTools and Lighthouse with keyboard, screen reader, and visual reviews for full conformance coverage.

Can I use axe DevTools, WAVE, Lighthouse, and Pa11y together for accessibility testing?

Yes, you can use axe DevTools, WAVE, Lighthouse, and Pa11y together. This audit workflow integrates these tools to surface issues, prioritize fixes, and generate structured WCAG 2.2 remediation reports.

Does WCAG 2.2 audit testing require screen reader and keyboard navigation checks?

Yes, WCAG 2.2 audit testing requires screen reader and keyboard navigation checks. These manual testing layers identify barriers that automated scans miss, ensuring complete conformance across user flows and components.

When do I need to perform an accessibility audit for digital products?

You need to perform an accessibility audit during pre-release conformance checks, for ongoing production monitoring, or during post-launch remediation planning to identify and resolve WCAG 2.2 barriers.

How do I generate an accessibility remediation report after finding WCAG issues?

Generate an accessibility remediation report by running the full audit workflow across pages and user flows. The process structures findings from automated and manual tests into a report with prioritized guidance for fixing issues.