accessibility-audit

Audits web accessibility via ARIA snapshots, AX tree analysis, WCAG validation, and keyboard navigation testing using browser-devtools-cli.

7|1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/serkan-ozal/browser-devtools-skills --skill accessibility-audit-serkan-ozal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-audit
Source: https://github.com/serkan-ozal/browser-devtools-skills/tree/main/skills/accessibility-audit
Command: npx skills add https://github.com/serkan-ozal/browser-devtools-skills --skill accessibility-audit-serkan-ozal

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Web accessibility is essential for inclusive digital experiences but assessing ARIA roles, keyboard navigation, and WCAG compliance across pages can be time-consuming. This skill automates accessibility checks and presents actionable results to help teams improve inclusivity.

Core Features & Use Cases

  • ARIA Snapshots: capture ARIA attributes and roles to flag accessibility gaps.
  • AX Tree Analysis: inspect AX tree for structure, relationships, and visibility issues.
  • Keyboard Navigation Testing: validate focus order and keyboard operability across UI patterns.
  • WCAG Compliance Guidance: align findings with WCAG checklist items and remediation steps.

Quick Start

Navigate to a page and run an accessibility audit to generate ARIA snapshots, AX tree data, and WCAG checks.

Frequently Asked Questions about accessibility-audit

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

FAQPage Schema
How do I audit web accessibility for WCAG and ARIA compliance?

To audit web accessibility for WCAG and ARIA compliance, capture ARIA snapshots, inspect the AX tree for structural issues, and validate keyboard navigation. This generates actionable findings aligned with WCAG checklist items for remediation.

What is an AX tree analysis for screen reader compatibility?

AX tree analysis inspects the accessibility tree to evaluate structure, relationships, and visibility issues. It reveals how screen readers interpret page elements, exposing gaps in roles and attributes that hinder screen reader compatibility.

Can I test keyboard navigation and focus order across UI patterns?

Yes, you can test keyboard navigation and focus order by validating keyboard operability across UI patterns. This checks whether users can navigate and interact with elements using only keys, ensuring proper focus management.

Does browser-devtools-cli support generating ARIA snapshots?

Yes, browser-devtools-cli supports generating ARIA snapshots to capture ARIA attributes and roles. This process flags accessibility gaps directly from the browser environment for further WCAG validation.

What is the best way to align accessibility findings with a WCAG checklist?

The best way to align accessibility findings with a WCAG checklist is to map captured ARIA snapshots and AX tree issues directly to WCAG checklist items. This provides specific remediation steps for each compliance failure.