hatch3r-a11y-audit

Runs WCAG AA accessibility audits with automated axe scans and manual checks.

26|4|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/hatch3r/hatch3r --skill hatch3r-a11y-audit
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: hatch3r-a11y-audit
Source: https://github.com/hatch3r/hatch3r/tree/main/skills/hatch3r-a11y-audit
Command: npx skills add https://github.com/hatch3r/hatch3r --skill hatch3r-a11y-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It helps you find and resolve accessibility barriers so your UI meets WCAG AA expectations across keyboard, contrast, ARIA, motion, screen-reader, and high-contrast behaviors.

Core Features & Use Cases

  • Automated axe-based scanning: runs an accessibility scan (axe-core / Playwright axe) and records violations with WCAG criteria mapping.
  • Manual WCAG checklist auditing: validates requirements not reliably caught by automation, including keyboard focus behavior and reduced-motion handling.
  • Fix-and-verify workflow: prioritizes critical/major issues, implements fixes, and re-checks with both automated and manual steps.

Quick Start

Run the hatch3r-a11y-audit workflow to scan your app and produce a categorized findings list with prioritized fixes.

Frequently Asked Questions about hatch3r-a11y-audit

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

FAQPage Schema
How do I run a WCAG AA accessibility audit on my web application?▼

You can run a WCAG AA accessibility audit by executing automated axe-core scans alongside manual checklist verification to identify and categorize usability barriers across keyboard navigation, contrast, ARIA semantics, and screen-reader support.

What does an automated axe-core accessibility scan check for?▼

An automated axe-core accessibility scan checks for WCAG criteria violations and records them with severity mapping, identifying critical and major issues that require remediation across your web application routes and key components.

Can automated accessibility testing catch all keyboard navigation and reduced motion issues?▼

Automated accessibility testing cannot reliably catch all keyboard navigation and reduced motion issues, so a manual WCAG checklist audit is required to validate focus behavior, reduced-motion handling, and high-contrast support end-to-end.

How do I fix and verify WCAG AA accessibility violations?▼

To fix and verify WCAG AA accessibility violations, prioritize critical and major findings, implement remediations, and re-check using both automated axe scans and manual category-based verification steps until clean results are achieved.

When do I need manual WCAG checklist auditing in addition to automated scans?▼

You need manual WCAG checklist auditing alongside automated scans when validating requirements not reliably caught by automation, such as keyboard focus behavior, reduced-motion handling, and high-contrast support across application routes.

What is the definition of done for a WCAG AA accessibility audit?▼

The definition of done for a WCAG AA accessibility audit requires clean critical and major automated axe scan results plus fully completed manual verification across all category-based checks for keyboard, contrast, ARIA, motion, and screen-reader behaviors.