accessibility

Audit web pages for WCAG 2.2 compliance and generate remediation reports.

1|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill accessibility-kennyolofsson23-netizen
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/kennyolofsson23-netizen/claude-code-config/tree/main/skills/accessibility
Command: npx skills add https://github.com/kennyolofsson23-netizen/claude-code-config --skill accessibility-kennyolofsson23-netizen

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Websites often fail WCAG 2.2 standards, creating barriers for users with disabilities and exposing organizations to legal risk.

Core Features & Use Cases

  • Comprehensive audit: evaluates perceivable, operable, understandable, and robust criteria across HTML, CSS, and JavaScript.
  • Guidance: supplies code snippets, CSS fixes, ARIA patterns, and remediation steps.
  • Testing support: provides Lighthouse and axe commands plus a manual checklist.
  • Use case: when a product team needs to certify a new web page for accessibility before launch, this skill delivers a complete audit and remediation plan.

Quick Start

Run the accessibility skill to audit the current website for WCAG 2.2 compliance and receive a detailed report.

Frequently Asked Questions about accessibility

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

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

To audit a web page for WCAG 2.2 compliance, evaluate perceivable, operable, understandable, and robust criteria across HTML, CSS, and JavaScript assets to generate a structured report with remediation guidance.

What does a WCAG 2.2 accessibility audit report include?

A WCAG 2.2 accessibility audit report includes color-contrast metrics, keyboard-navigation checks, ARIA usage validation, and code snippets with CSS fixes and ARIA patterns for remediation.

Can I use Lighthouse and axe commands for web accessibility testing?

Yes, you can use Lighthouse and axe commands for web accessibility testing alongside a manual checklist to validate WCAG 2.2 compliance and identify perceivable, operable, understandable, and robust issues.

How do I check ARIA usage and color contrast for web accessibility?

Check ARIA usage and color contrast for web accessibility by evaluating HTML, CSS, and JavaScript assets against WCAG 2.2 standards, calculating color-contrast metrics, and validating ARIA patterns.

What is the best way to fix keyboard navigation issues on a website?

The best way to fix keyboard navigation issues is to perform a WCAG 2.2 audit that checks operable criteria across HTML and JavaScript, then apply the provided remediation steps and code snippets.