accessibility-auditing

Audit web interfaces for WCAG 2.2 conformance using axe-core and Lighthouse.

116|9|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/elophanto/EloPhanto --skill accessibility-auditing-elophanto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditing
Source: https://github.com/elophanto/EloPhanto/tree/main/skills/accessibility-auditing
Command: npx skills add https://github.com/elophanto/EloPhanto --skill accessibility-auditing-elophanto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Interfaces often fail WCAG 2.2 standards, hindering accessibility and usability for many users. This Skill provides a structured approach combining automated scans, manual assistive-technology testing, and a deliverable report format to identify and remediate barriers.

Core Features & Use Cases

  • Automated Baseline Scan: run axe-core and Lighthouse audits to surface WCAG violations.
  • Manual Assistive Technology Testing: keyboard-only navigation and screen-reader evaluation across user journeys.
  • Remediation Guidance: catalog issues with WCAG criteria and actionable fixes, plus a standardized audit report.
  • Use Case: A product team audits a new onboarding flow to ensure all interactive controls are accessible and properly labeled.

Quick Start

Run automated accessibility checks on your web pages and begin manual screen-reader and keyboard testing to verify conformance.

Frequently Asked Questions about accessibility-auditing

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

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

Accessibility auditing for WCAG 2.2 conformance combines automated axe-core and Lighthouse scans with manual assistive-technology testing to identify barriers. It validates keyboard-only navigation and screen-reader flows, producing a structured report with issues, severity, and actionable remediation steps.

What is the best way to test screen-reader and keyboard navigation flows?

The best way to test screen-reader and keyboard navigation is combining automated scans with manual assistive-technology testing. Automated tools surface baseline violations, while manual testing validates interactive controls, proper labeling, and user journey flows to ensure true accessibility conformance.

Can I use axe-core and Lighthouse to generate a structured WCAG audit report?

Yes, you can use axe-core and Lighthouse to execute automated baseline scans and generate a structured WCAG audit report. The report catalogs identified accessibility issues with their specific WCAG criteria, severity levels, and actionable remediation guidance for development teams.

Does this accessibility audit cover both automated scans and manual assistive-technology testing?

Yes, this accessibility audit covers both automated scans and manual assistive-technology testing. It runs axe-core and Lighthouse to detect baseline violations, then validates user journeys through keyboard-only navigation and screen-reader evaluation to ensure comprehensive WCAG 2.2 conformance.

How do I remediate WCAG 2.2 violations found during an accessibility audit?

To remediate WCAG 2.2 violations found during an accessibility audit, follow the actionable fixes detailed in the structured audit report. The report catalogs each issue with its specific WCAG criteria and severity, providing clear remediation steps for interactive controls and labeling.