ux-a11y-audit

Audit web interfaces for WCAG 2.2 AA conformance with static checks and axe-core.

Updated May 5, 2026
One-click install
npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill ux-a11y-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ux-a11y-audit
Source: https://github.com/shakhovskiya-create/shakhoff-claude-marketplace/tree/main/plugins/sdlc-audit/skills/ux-a11y-audit
Command: npx skills add https://github.com/shakhovskiya-create/shakhoff-claude-marketplace --skill ux-a11y-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Accessibility issues in web interfaces hinder usability and compliance; this Skill performs static checks and optional dynamic axe-core scans to identify WCAG violations.

Core Features & Use Cases

  • Static checks for common accessibility issues (missing alt attributes, missing labels, low contrast, focus-management issues, improper headings, empty links/buttons, invalid roles, and missing lang attribute).
  • Optional dynamic analysis using axe-core on routes to surface runtime accessibility problems.
  • Structured findings with WCAG references and severity tagging for remediation prioritization.

Quick Start

Run the ux-a11y-audit to scan your application for WCAG 2.2 AA violations and generate a prioritized findings report.

Frequently Asked Questions about ux-a11y-audit

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

FAQPage Schema
How do I audit my web application for WCAG 2.2 AA compliance?

Audit web interfaces for WCAG 2.2 AA compliance by running static checks and optional dynamic axe-core scans to identify missing alt attributes, low contrast, and focus issues. The process returns structured findings with WCAG references for prioritized remediation.

What accessibility issues can static checks detect on a single-page app?

Static accessibility checks detect missing alt attributes, unassociated labels, low color contrast, focus management issues, improper heading structures, empty links or buttons, invalid ARIA roles, and missing lang attributes in single-page apps.

Does this accessibility audit work with dynamic single-page app routes?

Yes, this accessibility audit supports dynamic single-page apps by running optional axe-core analysis on routes to surface runtime accessibility problems that static checks might miss during development and QA.

How are WCAG violations prioritized for remediation?

WCAG violations are prioritized for remediation using structured findings that include severity tagging and specific WCAG references, allowing developers to address the most critical accessibility barriers first.

Can I use this to check focus order and role validations during development?

Yes, you can validate focus order, ARIA role checks, and lang attributes during development by applying these static and dynamic accessibility scans across your application components and routes.