accessibility

Automate web accessibility audits against WCAG 2.2 guidelines using Lighthouse.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/mustafazeydani/nextjs-nestjs-monorepo-starter --skill accessibility-mustafazeydani
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/mustafazeydani/nextjs-nestjs-monorepo-starter/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/mustafazeydani/nextjs-nestjs-monorepo-starter --skill accessibility-mustafazeydani

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the audit and improvement of web accessibility, helping you ensure compliance with WCAG 2.2 guidelines and improve the user experience for everyone.

Core Features & Use Cases

  • WCAG 2.2 Compliance: Checks web content against WCAG 2.2 guidelines.
  • Accessibility Audits: Identifies accessibility issues in web content.
  • Use Case: Before releasing a new website, use this Skill to ensure it meets accessibility standards and is usable by people with disabilities.

Quick Start

Use the accessibility skill to audit the website at 'https://example.com'.

Frequently Asked Questions about accessibility

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?

You can audit web accessibility compliance by running this Skill against your website URL. It uses Lighthouse audits and custom scripts to check for WCAG 2.2 conformance and identify accessibility issues.

What is an automated a11y audit and how does it work?

An automated a11y audit uses tools like Lighthouse to scan web content and detect accessibility barriers. This Skill runs these checks to evaluate screen reader support and overall WCAG 2.2 guideline adherence.

Can I use automated testing to find screen reader support issues?

Yes, you can use automated testing to find screen reader support issues. This Skill utilizes custom scripts and Lighthouse audits to assess web pages and identify accessibility problems that affect assistive technologies.

Do I need a web browser to run an accessibility compliance check?

Yes, you need web access and a web browser to run this accessibility compliance check. The Skill requires a browser environment to execute automated Lighthouse audits and custom scripts effectively.

What is the best way to prepare a website for accessibility compliance before release?

The best way to prepare for accessibility compliance is to audit the site using this Skill. It checks your web content against WCAG 2.2 guidelines, identifies issues, and suggests actionable improvements before release.

What limitations exist when automating WCAG 2.2 conformance checks?

Automating WCAG 2.2 conformance checks using Lighthouse and custom scripts requires web access and a browser. While it identifies many issues, automated testing may not catch every nuanced user experience barrier.