WaveXis Accessibility

Automate accessibility audits and WCAG 2.2 compliance checks with axe-core.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: WaveXis Accessibility
Source: https://github.com/MathiasPaulenko/ai-toolkit/tree/main/skills/wavexis-accessibility
Command: npx skills add https://github.com/MathiasPaulenko/ai-toolkit --skill wavexis-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires wavexis, and includes references (resource) and assets (resource) components.

What problem does it solve?

This skill addresses the complexity of maintaining web accessibility standards by automating the capture of accessibility tree snapshots and running comprehensive axe-core audits to identify compliance gaps.

Core Features & Use Cases

  • Accessibility Auditing: Run automated axe-core scans to detect violations against WCAG 2.2 criteria.
  • Tree Inspection: Capture and traverse the accessibility tree to debug node roles, names, and focusable elements.
  • CI/CD Integration: Enforce accessibility gates in your deployment pipeline to prevent non-compliant code from reaching production.

Quick Start

Use the wavexis accessibility skill to run an axe-core audit on the provided URL and output the results to a JSON file.

Frequently Asked Questions about WaveXis Accessibility

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

FAQPage Schema
How do I automate WCAG compliance audits for a web application?

Automate WCAG compliance audits by running axe-core scans against your web application to identify violations and generate JSON reports. This skill performs accessibility tree snapshots and rule validation to verify compliance across WCAG 2.2 levels.

How does axe-core accessibility tree traversal work for debugging node roles?

Axe-core accessibility tree traversal captures and inspects the accessibility tree to debug node roles, names, and focusable elements. This mechanism snapshots the current state of web elements and validates them against WCAG 2.2 criteria.

Can I enforce WCAG 2.2 accessibility gates in a CI/CD pipeline?

Yes, you can enforce WCAG 2.2 accessibility gates in a CI/CD pipeline by running automated axe-core audits during deployment. This prevents non-compliant code from reaching production by failing the pipeline when violations are detected.

What do I need to run automated accessibility testing with axe-core?

To run automated accessibility testing, you need the wavexis CLI and a browser environment to execute automated accessibility gates and reporting. These dependencies are required to capture accessibility tree snapshots and perform axe-core rule validation.

What is the best way to verify WCAG 2.2 compliance in automated testing?

The best way to verify WCAG 2.2 compliance in automated testing is using axe-core rule validation across various compliance levels. This approach automates accessibility tree snapshots to systematically identify and report compliance gaps in web applications.