accessibility-auditor

Audit web pages for WCAG 2.1 compliance with ARIA and keyboard navigation.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill accessibility-auditor-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditor
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/accessibility-auditor
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill accessibility-auditor-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps identify and fix accessibility issues in web development, ensuring that websites and applications are usable by everyone, including people with disabilities.

Core Features & Use Cases

  • WCAG Compliance Audits: Checks against Web Content Accessibility Guidelines (WCAG) 2.1.
  • Semantic HTML & ARIA Implementation: Provides guidance and code examples for correct structure and assistive technology support.
  • Keyboard Navigation & Focus Management: Ensures all interactive elements are navigable via keyboard.
  • Color Contrast Analysis: Verifies sufficient contrast ratios for readability.
  • Use Case: A developer needs to ensure their new e-commerce site meets accessibility standards before launch. They can use this Skill to audit the site, identify issues like missing alt text or poor color contrast, and get code examples for fixes.

Quick Start

Run an accessibility audit on the provided web page URL.

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 website for WCAG 2.1 compliance?

To audit web accessibility for WCAG 2.1 compliance, provide your web page URL to check semantic HTML, ARIA patterns, keyboard navigation, screen reader support, and color contrast ratios.

What is the best way to implement ARIA patterns and screen reader support?

Implementing ARIA patterns and screen reader support requires using correct semantic HTML structure. This accessibility audit provides specific code examples to fix missing assistive technology support.

How do I fix keyboard navigation and focus management issues?

Fixing keyboard navigation issues involves ensuring all interactive elements are navigable via keyboard. This audit identifies focus management gaps and provides code examples for proper tab ordering.

Can I check color contrast ratios for web accessibility?

Yes, you can check color contrast ratios to verify sufficient readability for users. The accessibility audit analyzes your web page colors against WCAG 2.1 contrast standards and suggests fixes.

Does this accessibility audit work for e-commerce site launches?

Yes, this accessibility audit works for e-commerce site launches by identifying missing alt text, poor color contrast, and keyboard navigation issues before deployment to ensure usability for all users.