accessibility-auditor

Audit web content against WCAG 2.2 AA standards with automated checks.

2|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kaakati/sdh-claude-skills --skill accessibility-auditor-kaakati
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditor
Source: https://github.com/Kaakati/sdh-claude-skills/tree/main/.claude/skills/accessibility-auditor
Command: npx skills add https://github.com/Kaakati/sdh-claude-skills --skill accessibility-auditor-kaakati

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill systematically audits web content and code against WCAG 2.2 AA accessibility standards, identifying and categorizing issues to ensure inclusivity for all users.

Core Features & Use Cases

  • Comprehensive Auditing: Evaluates against all four POUR principles (Perceivable, Operable, Understandable, Robust).
  • Automated Checks: Leverages tools like axe-core and code pattern matching for efficient identification of common issues.
  • Detailed Reporting: Provides findings with severity levels, locations, and remediation guidance.
  • Use Case: Before deploying a new feature, run an accessibility audit to catch critical issues like low contrast or missing focus indicators, ensuring compliance and a better user experience.

Quick Start

Run an accessibility audit on the current page using the accessibility-auditor skill.

Frequently Asked Questions about accessibility-auditor

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

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

To audit for WCAG 2.2 AA compliance, this Skill evaluates web code against the four POUR principles using automated checks and color contrast analysis to identify accessibility issues.

What is the best way to check color contrast and missing focus indicators before deployment?

The best way to check color contrast and missing focus indicators is to run an accessibility audit that leverages automated tools like axe-core and code pattern matching to catch critical issues.

How does an automated accessibility audit handle perceivability, operability, understandability, and robustness?

An automated accessibility audit handles these four POUR principles by systematically scanning web content to identify issues, categorizing findings by severity, and providing detailed remediation steps.

Can I use axe-core for WCAG compliance checks on any web development project?

Yes, you can use this accessibility audit on web development projects to evaluate compliance, as it leverages axe-core automated checks and code pattern matching without requiring external dependencies.

What are the limitations of automated checks for web accessibility audits?

Automated accessibility checks identify common issues like low contrast and missing focus indicators, but while they provide detailed findings and remediation steps, complex understandability issues may require manual review.