accessibility

Audit webpages against WCAG 2.2 using Lighthouse and generate compliance reports.

21|1|Updated Jan 6, 2025
One-click install
npx skills add https://github.com/ever-works/ever-works --skill accessibility-ever-works
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility
Source: https://github.com/ever-works/ever-works/tree/main/.agents/skills/accessibility
Command: npx skills add https://github.com/ever-works/ever-works --skill accessibility-ever-works

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of auditing and improving web accessibility, ensuring your content is usable for everyone, including individuals with disabilities.

Core Features & Use Cases

  • WCAG 2.2 Auditing: Automatically evaluate web content against WCAG 2.2 guidelines.
  • Guidance & Recommendations: Provide detailed reports with actionable recommendations for compliance.
  • Use Case: For a developer tasked with making a website WCAG 2.2 compliant, this Skill can quickly identify and resolve accessibility issues.

Quick Start

Run the accessibility skill on your website 'example.com' to check for WCAG 2.2 compliance.

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?

You can audit WCAG 2.2 compliance by running this Skill on your website to automatically evaluate web content against guidelines using Lighthouse and generate detailed remediation reports.

What is the best way to automate web accessibility testing for developers?

Automating web accessibility testing involves using Lighthouse audits combined with axe-core libraries to evaluate web pages, identify WCAG 2.2 violations, and provide actionable recommendations for remediation.

Does this accessibility audit require puppeteer and lighthouse-cli to run?

Yes, this accessibility audit requires puppeteer and lighthouse-cli dependencies to automatically evaluate web content and generate detailed WCAG 2.2 compliance reports with remediation suggestions.

Can I use Lighthouse to check my web content for WCAG 2.2 conformance?

Yes, you can use Lighthouse to check WCAG 2.2 conformance by running automated audits on your web content to identify accessibility issues and provide guidance for resolving them.

How do I get actionable recommendations for fixing web accessibility issues?

You get actionable recommendations for fixing web accessibility issues by running an automated Lighthouse audit, which evaluates your web content and outputs a detailed report with specific remediation steps.

Why does my web accessibility audit not catch all WCAG 2.2 violations?

Automated web accessibility audits using Lighthouse and axe-core may not catch all WCAG 2.2 violations because automated checks primarily target conformance issues while missing complex manual review scenarios.