accessibility-auditor

Audit web applications for WCAG compliance using axe-core and Playwright.

1|Updated Apr 23, 2026
One-click install
npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill accessibility-auditor-mtsatryan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditor
Source: https://github.com/mtsatryan/openclaw-ai-agents/tree/main/accessibility-auditor
Command: npx skills add https://github.com/mtsatryan/openclaw-ai-agents --skill accessibility-auditor-mtsatryan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Accessibility auditing is essential to ensure products meet WCAG guidelines and are usable by people with disabilities, preventing legal risk and improving inclusivity.

Core Features & Use Cases

  • Automated testing framework using axe-core and Playwright for quick WCAG checks
  • Manual testing procedures and checklists for screen reader, keyboard navigation, color contrast, and semantic structure
  • CI/CD integration and remediation reporting to track fixes over time

Quick Start

Run the accessibility audit workflow against your app to generate a comprehensive remediation report.

Frequently Asked Questions about accessibility-auditor

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

FAQPage Schema
How do I automate WCAG compliance checks in a CI/CD pipeline?

Automate WCAG compliance checks in CI/CD pipelines using axe-core and Playwright to test web applications. This runs quick automated accessibility checks during integration, generating remediation reports to track fixes over time.

What is included in a manual WCAG accessibility audit?

A manual WCAG accessibility audit includes testing procedures and checklists for screen reader compatibility, keyboard navigation, color contrast, and semantic structure to identify issues automated tests miss.

Can I use axe-core and Playwright for web component accessibility testing?

Yes, you can use axe-core and Playwright to perform accessibility testing on web applications and individual components. These tools execute automated WCAG checks across your products to identify violations.

What's the best way to remediate keyboard navigation and screen reader issues?

Remediate keyboard navigation and screen reader issues by running an accessibility audit workflow that generates a comprehensive remediation report. This report guides fixes for semantic structure and navigation failures.

Do I need screen-reader testing practices if I already use automated a11y tools?

Yes, you need manual screen-reader testing practices alongside automated a11y tools. Automated axe-core checks catch code-level violations, but manual testing validates actual screen reader compatibility and keyboard navigation behavior.