accessibility-auditing

Tests web page and UI component accessibility compliance with WCAG 2.1 AA/AAA standards.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Anuj23105/TheCreatorsClub --skill accessibility-auditing-anuj23105
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditing
Source: https://github.com/Anuj23105/TheCreatorsClub/tree/main/.github/skills/accessibility-auditing
Command: npx skills add https://github.com/Anuj23105/TheCreatorsClub --skill accessibility-auditing-anuj23105

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps teams identify and fix accessibility issues in web pages and UI components before they reach users, reducing barriers for people who rely on keyboard navigation, screen readers, and clear visual contrast.

Core Features & Use Cases

  • WCAG 2.1 Validation: Check content against AA and AAA accessibility expectations, including contrast, labels, headings, and semantic structure.
  • Manual Interaction Testing: Verify keyboard flow, focus visibility, modal behavior, and screen reader output across common interface patterns.
  • Audit Documentation: Produce clear findings and remediation notes for components, pages, and design systems.
  • Use Case: Review a checkout page to confirm every control is keyboard reachable, every form field is labeled, and all text meets contrast requirements.

Quick Start

Use the accessibility-auditing skill to audit the attached interface for WCAG 2.1 AA issues and summarize the fixes needed.

Frequently Asked Questions about accessibility-auditing

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

FAQPage Schema
How do I audit a web page for WCAG 2.1 AA compliance?

You audit web pages for WCAG 2.1 AA compliance by validating color contrast, keyboard navigation, screen reader compatibility, heading structure, and focus management, followed by generating documented remediation notes.

What is involved in manual keyboard navigation and focus management testing?

Manual keyboard navigation testing verifies that all controls are keyboard reachable, confirms focus visibility, and validates modal behavior to ensure users relying on keyboards can navigate interfaces effectively.

Can I check color contrast ratios against WCAG AAA criteria?

Yes, you can check color contrast ratios against WCAG AAA criteria. The process validates visual contrast expectations to ensure text readability for users with visual impairments across web pages and UI components.

What's the best way to document UI accessibility issues for remediation?

The best way to document UI accessibility issues is to generate an audit report containing clear findings and remediation notes for components, pages, and design systems based on WCAG validation and manual interaction testing.

Does automated scanning catch all screen reader compatibility problems?

Automated scanning does not catch all screen reader compatibility problems. Full validation requires manual verification of screen reader output across common interface patterns to confirm semantic structure and labels are announced.