accessibility-audit

Automate WCAG accessibility audits for web components using axe-core.

Updated Jan 25, 2026
One-click install
npx skills add https://github.com/houke/nexus-playground --skill accessibility-audit-houke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/houke/nexus-playground/tree/main/.github/skills/accessibility-audit
Command: npx skills add https://github.com/houke/nexus-playground --skill accessibility-audit-houke

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive WCAG accessibility audits for web components and applications, helping teams quickly identify and remediate accessibility gaps.

Core Features & Use Cases

  • Comprehensive WCAG 2.2 audits using axe-core across components and pages.
  • Built-in templates and reference guides for reporting and remediation workflows.
  • Use cases include validating keyboard navigation, screen reader compatibility, color contrast, and dynamic content updates during development and QA.

Quick Start

To begin auditing, integrate axe-core into your tests or run audits on your app. Example: import Axe from 'axe-core'; const results = await axe.run(document);

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I automate WCAG audits for web components?

Automate WCAG audits by integrating axe-core into your tests to run automated checks on web components, validating keyboard navigation, screen reader compatibility, color contrast, and ARIA patterns across your application.

What is the best way to validate keyboard navigation and screen reader compatibility during development?

Validating keyboard navigation and screen reader compatibility is best achieved by running axe-core audits on your web components, which identifies accessibility gaps and generates actionable remediation guidance during development and QA.

Can I use axe-core to check color contrast and dynamic content updates for ARIA patterns?

Yes, you can use axe-core to check color contrast, dynamic content updates, and ARIA patterns, as it performs comprehensive WCAG 2.2 audits across components and pages to detect accessibility violations.

Does this WCAG audit approach generate reporting and remediation workflows?

Yes, this WCAG audit approach includes built-in templates and reference guides for reporting and remediation workflows, helping teams quickly identify accessibility gaps and generate actionable remediation steps.

What are the limitations of using axe-core for WCAG 2.2 accessibility audits?

Using axe-core for WCAG 2.2 accessibility audits is limited to automated checks for components and pages, meaning it cannot fully validate complex manual testing scenarios like nuanced screen reader behaviors or dynamic content updates.

Why does my accessibility audit not catch all screen reader compatibility issues?

Your accessibility audit may not catch all screen reader compatibility issues because axe-core automates component and page checks for ARIA patterns and color contrast, but complex dynamic content updates often require manual validation.