accessibility-auditing

Audit web pages for accessibility issues using Cursor's built-in browser.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/baasith6/cursor-skills --skill accessibility-auditing-baasith6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-auditing
Source: https://github.com/baasith6/cursor-skills/tree/main/resources/accessibility-auditing
Command: npx skills add https://github.com/baasith6/cursor-skills --skill accessibility-auditing-baasith6

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of auditing web pages for accessibility issues, ensuring compliance with accessibility standards without the need for external tools.

Core Features & Use Cases

  • Accessibility Tree Capture: Captures the aria/accessibility tree of a web page, providing the same data used by screen readers.
  • Issue Identification: Checks for missing labels, broken tab order, contrast issues, and ARIA misuse.
  • Keyboard Navigation Testing: Simulates Tab key presses to verify focus order and visibility.
  • Reporting: Generates a detailed report on critical, warning, and passed accessibility checks.
  • Use Case: Use this Skill to automatically check a web application for accessibility issues before release, ensuring compliance with accessibility standards.

Quick Start

Audit the accessibility of the web page at 'https://example.com' using the accessibility-auditing skill.

Frequently Asked Questions about accessibility-auditing

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

FAQPage Schema
How do I automate web accessibility auditing for a live web page?

Automate web accessibility auditing by capturing the page's accessibility tree to identify missing labels, broken tab order, contrast issues, and ARIA misuse. This process simulates screen reader interactions and keyboard navigation to generate a compliance report.

What does an accessibility tree capture check for on a web page?

An accessibility tree capture checks for missing labels, broken tab order, contrast issues, and ARIA misuse. It extracts the same structural data used by screen readers to evaluate web compliance and identify critical accessibility barriers.

Can I test keyboard navigation and tab order without an external browser tool?

You can test keyboard navigation and tab order without external tools by simulating Tab key presses within your built-in browser. This verifies focus order and visibility directly, ensuring keyboard accessibility compliance for web pages.

Does automated web compliance auditing require knowledge of ARIA standards?

Automated web compliance auditing requires knowledge of accessibility standards and web technologies to interpret results accurately. While the tool identifies ARIA misuse and contrast issues, you need domain knowledge to apply appropriate fixes.

What is the best way to generate an accessibility report before a web application release?

The best way to generate an accessibility report before release is to run an automated audit that categorizes checks into critical, warning, and passed statuses. This provides a detailed compliance overview of missing labels and ARIA issues.

Why does my web accessibility audit show broken ARIA implementation?

Your web accessibility audit shows broken ARIA implementation because the tool identifies misuse by capturing the accessibility tree. Incorrect ARIA attributes disrupt screen reader data, causing the automated check to flag the issue as a warning or critical error.