web-accessibility-audit

Audit web pages against WCAG standards using automated tools and manual review.

820|64|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/warpdotdev/oz-skills --skill web-accessibility-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-accessibility-audit
Source: https://github.com/warpdotdev/oz-skills/tree/main/.agents/skills/web-accessibility-audit
Command: npx skills add https://github.com/warpdotdev/oz-skills --skill web-accessibility-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps identify and fix accessibility issues in web applications, ensuring compliance with WCAG standards and making your site usable for everyone.

Core Features & Use Cases

  • Automated Auditing: Leverages tools like ESLint and Lighthouse to find common violations.
  • Manual Code Review Guidance: Provides patterns and checklists for deeper inspection.
  • Remediation Advice: Offers specific examples and best practices for fixing issues.
  • Use Case: When a user asks to "check the accessibility of our new landing page" or "make sure our site works with screen readers," this Skill provides a comprehensive audit process.

Quick Start

Run a web accessibility audit on the provided URL.

Frequently Asked Questions about web-accessibility-audit

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

FAQPage Schema
How do I check my web app for WCAG compliance?

To check web app WCAG compliance, this audit performs comprehensive reviews using automated tools and manual inspection to identify color contrast issues, missing alt text, and improper ARIA usage. It then provides detailed remediation guidance for developers and QA teams.

What is the best way to find missing alt text and keyboard navigation failures?

The best way to find missing alt text and keyboard navigation failures is through a combined automated and manual accessibility audit. This process leverages automated scanning to catch common violations and manual code review to verify proper keyboard navigation.

Can I use Lighthouse to audit web accessibility?

Yes, you can use Lighthouse to audit web accessibility. This Skill leverages tools like Lighthouse and ESLint for automated auditing to find common violations, alongside manual code review guidance for deeper inspection and remediation.

How do I fix improper ARIA usage in my web application?

To fix improper ARIA usage, this accessibility audit identifies specific violations against WCAG standards and provides remediation advice with specific examples and best practices for resolving the issues in your web application.

Does automated accessibility auditing catch all color contrast issues?

Automated accessibility auditing does not catch all color contrast issues. This Skill combines automated tools with manual code review guidance and checklists for deeper inspection to ensure comprehensive identification and remediation of all violations.