accessibility-audit

Audit web applications for WCAG 2.1 issues and generate prioritized remediation reports.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill accessibility-audit-xza85hrf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/Xza85hrf/claude-code-agent-kit/tree/main/.claude/skills/quality/accessibility-audit
Command: npx skills add https://github.com/Xza85hrf/claude-code-agent-kit --skill accessibility-audit-xza85hrf

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits web applications to identify WCAG 2.1 accessibility issues and ensure compatibility with assistive technologies, reducing release risk and improving inclusive design.

Core Features & Use Cases

  • Automated accessibility scanning with Playwright and axe-core to detect violations.
  • Manual checklists to verify focus order, keyboard navigation, and screen-reader behavior.
  • Severity-based reporting and prioritized remediation guidance, with re-verification steps.

Quick Start

Run the accessibility audit workflow on your web app to generate a WCAG-compliance report.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I audit my web app for WCAG 2.1 AA accessibility compliance?

Run an accessibility audit workflow on your web app to identify WCAG 2.1 AA issues. It combines automated Playwright and axe-core scans with manual checklists to deliver a prioritized report with remediation guidance and re-verification steps.

What is the best way to automate accessibility testing with Playwright and axe-core?

Automating accessibility testing with Playwright and axe-core involves running automated scans across your web pages to detect WCAG violations, which are then compiled into a severity-based report for prioritized remediation.

Can I use this accessibility audit workflow to check focus order and screen-reader behavior?

Yes, the accessibility audit workflow includes manual checklists specifically designed to verify focus order, keyboard navigation, and screen-reader behavior alongside automated scans to ensure comprehensive WCAG 2.1 conformance.

How do I remediate WCAG 2.1 accessibility issues identified during an audit?

Remediate WCAG 2.1 accessibility issues by following the severity-driven prioritized remediation guidance provided in the audit report, then execute the recommended re-verification steps to ensure conformance.

Does this WCAG audit process support automated scanning and manual checklists?

Yes, the WCAG audit process applies automated scans using Playwright and axe-core to detect violations, paired with manual checklists to verify complex interactive behaviors like focus order and keyboard navigation.

What are the limitations of automated axe-core scans for WCAG 2.1 conformance?

Automated axe-core scans cannot detect all WCAG 2.1 issues, requiring manual checklists to verify focus order, keyboard navigation, and screen-reader behavior, ensuring full conformance to WCAG 2.1 AA standards.