accessibility-audit

Audit web pages for WCAG conformance and accessibility issues.

237|20|Updated Dec 18, 2025
One-click install
npx skills add https://github.com/billy-enrizky/openbrowser-ai --skill accessibility-audit-billy-enrizky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/billy-enrizky/openbrowser-ai/tree/main/plugin/skills/accessibility-audit
Command: npx skills add https://github.com/billy-enrizky/openbrowser-ai --skill accessibility-audit-billy-enrizky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit web pages for accessibility issues, WCAG conformance, and screen reader compatibility, helping teams identify and remediate barriers to inclusion.

Core Features & Use Cases

  • Automated accessibility checks: Verify heading structure, images in alt text, ARIA attributes, landmark regions, and keyboard navigation.
  • Automated reporting & remediation: Generate structured findings suitable for developer fixes and QA validation.
  • Use Case: On a product page, run the audit to surface issues like missing alt text or inaccessible ARIA controls, then prioritize fixes.

Quick Start

Ask it to run an accessibility audit on the current page to identify issues.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I audit my web page for WCAG conformance and ARIA issues?

To audit web pages for WCAG conformance, the Skill analyzes DOM elements, validates ARIA attributes, checks semantic landmarks, and generates structured reporting for developer remediation and QA validation.

Can I check for screen reader compatibility and keyboard navigation issues on web apps?

Yes, you can check screen reader compatibility and keyboard navigation by running an accessibility audit that evaluates heading structure, images, ARIA controls, and semantic landmarks across various web app content types.

What is the best way to automate accessibility checks for missing alt text and landmarks?

The best way to automate accessibility checks is using a Python-based browser controller that evaluates DOM analysis and ARIA validation, surfacing issues like missing alt text and inaccessible controls in a structured report.

Does this accessibility audit require any specific dependencies or browser extensions to run?

No dependencies are required to run the accessibility audit. It operates using an integrated Python-based browser controller to perform DOM analysis, semantic landmark checks, and ARIA validation directly on target pages.

Why does my ARIA validation report inaccessible controls on a product page?

ARIA validation reports inaccessible controls when DOM analysis detects missing or incorrect ARIA attributes, broken semantic landmarks, or insufficient keyboard navigation support requiring developer remediation.

What specific accessibility barriers are identified during a web page audit?

An accessibility audit identifies barriers including missing alt text on images, improper heading structure, invalid ARIA attributes, missing landmark regions, and insufficient keyboard navigation across web page content types.