accessibility-checker

Audit digital content for WCAG 2.2 compliance and accessibility issues.

22|8|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/inbharatai/claude-skills --skill accessibility-checker-inbharatai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-checker
Source: https://github.com/inbharatai/claude-skills/tree/main/skills/accessibility-checker
Command: npx skills add https://github.com/inbharatai/claude-skills --skill accessibility-checker-inbharatai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires axe, lighthouse, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the critical need to identify and rectify accessibility issues in digital products, ensuring compliance with WCAG 2.2 standards and improving user experience for everyone.

Core Features & Use Cases

  • WCAG 2.2 Auditing: Comprehensive checks against the latest Web Content Accessibility Guidelines.
  • ARIA Labeling: Ensures proper use of ARIA attributes for screen reader compatibility.
  • Color Contrast Analysis: Verifies sufficient contrast ratios for text and background elements.
  • Keyboard Navigation: Checks for logical tab order and focus management.
  • Screen Reader Compatibility: Simulates screen reader behavior to identify potential issues.
  • Use Case: A web developer can use this skill to audit a new feature before launch, ensuring it meets accessibility standards and is usable by individuals with disabilities.

Quick Start

Use the accessibility-checker skill to audit the provided webpage for WCAG 2.2 compliance.

Frequently Asked Questions about accessibility-checker

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

FAQPage Schema
How do I check my website for WCAG 2.2 compliance?

To check WCAG 2.2 compliance, audit your digital content using accessibility testing tools like axe and Lighthouse to identify and rectify issues with ARIA labels, color contrast ratios, and keyboard navigation.

Can I use Lighthouse and axe to automate ARIA label and color contrast testing?

Yes, you can automate ARIA label and color contrast testing by integrating this accessibility checker with axe and Lighthouse to thoroughly analyze your web content and verify sufficient contrast ratios.

What is the best way to ensure keyboard navigation and screen reader compatibility?

The best way to ensure keyboard navigation and screen reader compatibility is to audit logical tab order and focus management while simulating screen reader behavior to identify and rectify potential accessibility barriers.

Does this WCAG accessibility audit work for both web development and UI design workflows?

Yes, this WCAG accessibility audit works for web development, UI/UX design, and content creation workflows, allowing developers and designers to evaluate new features against accessibility standards before launch.

Why does my web content fail keyboard navigation checks during an accessibility audit?

Your web content fails keyboard navigation checks during an accessibility audit when there are issues with logical tab order and focus management, preventing users from navigating efficiently without a mouse.