accessibility

Automate WCAG 2.2 accessibility audits for websites using Lighthouse and axe-core.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill accessibility-saschadudkin-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/saschadudkin-sketch/rezidence4/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/saschadudkin-sketch/rezidence4 --skill accessibility-saschadudkin-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps to audit and improve web accessibility, ensuring compliance with WCAG 2.2 guidelines, thereby enhancing the usability of content for individuals with disabilities.

Core Features & Use Cases

  • WCAG 2.2 Compliance: Audits websites and web applications for accessibility issues based on WCAG 2.2 guidelines.
  • Comprehensive Checks: Inspects various aspects such as perceivable content, operable interfaces, understandable content, and robustness.
  • Use Case: A developer uses this Skill to perform regular accessibility audits on a new e-commerce website before its public launch to ensure a barrier-free user experience.

Quick Start

Run the accessibility skill to conduct a WCAG 2.2 compliance check on your website.

Frequently Asked Questions about accessibility

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

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

To audit your website for WCAG 2.2 compliance, this skill automates accessibility checks using Lighthouse and axe-core. It scans your web pages to identify barriers, verifying keyboard navigation, screen reader support, color contrast, and text alternatives against standard guidelines.

What does a web accessibility audit check for?

A web accessibility audit checks for perceivable content, operable interfaces, understandable content, and robustness. It specifically inspects keyboard navigation, screen reader support, color contrast, and text alternatives to ensure a barrier-free user experience for individuals with disabilities.

Do I need Lighthouse and axe-core installed to run WCAG conformance checks?

Yes, you need Lighthouse and axe-core installed to run WCAG conformance checks with this skill. These dependencies provide the underlying automated scanning engine required to evaluate your website's accessibility barriers and generate compliance reports.

Can I use this skill to test keyboard navigation and screen reader support on an e-commerce site?

Yes, you can use this skill to test keyboard navigation and screen reader support on an e-commerce site. It performs comprehensive accessibility audits across any web application, checking these specific operable interface factors to ensure a barrier-free user experience before public launch.

What is the best way to automate accessibility audits before a website launch?

The best way to automate accessibility audits before launch is running this skill to execute comprehensive WCAG 2.2 compliance checks. It leverages Lighthouse and axe-core to systematically scan for color contrast, text alternatives, and operable interface issues across your site.