accessibility-check

Audit web applications for WCAG compliance and generate remediation checklists.

6|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SPeeDoA1/everything-opencode --skill accessibility-check-speedoa1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-check
Source: https://github.com/SPeeDoA1/everything-opencode/tree/main/.opencode/skills/core/accessibility-check
Command: npx skills add https://github.com/SPeeDoA1/everything-opencode --skill accessibility-check-speedoa1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams identify and fix accessibility issues to meet WCAG standards, reducing legal risk and improving user experience for people with disabilities.

Core Features & Use Cases

  • Automated WCAG checks: Validate keyboard navigation, color contrast, alt text, ARIA roles, and semantic HTML across web applications.
  • Remediation guidance: Provide actionable fixes and best practices for common accessibility issues.
  • Use Case: Before launching a new site, run the audit to catch missed accessibility gaps and generate a remediation list for the development team.

Quick Start

Run an accessibility scan on your web page (e.g., https://example.com) and review the recommended fixes.

Frequently Asked Questions about accessibility-check

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

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

To audit web app WCAG compliance, run an automated accessibility scan targeting keyboard navigation, color contrast, alt text, and ARIA semantics to generate a structured remediation checklist.

What is the best way to check color contrast and ARIA roles for accessibility?

The best way to check color contrast and ARIA roles is using an automated accessibility audit that validates semantic HTML and screen reader behavior across modern web applications.

Can I generate an accessibility report for CI workflows?

Yes, you can generate an accessibility report for CI workflows by running automated WCAG checks that output a structured remediation list suitable for continuous integration pipelines.

Does automated WCAG auditing work for single page applications?

Automated WCAG auditing works for single page applications (SPAs) and marketing sites by targeting keyboard navigation, ARIA semantics, and screen reader behavior across modern web apps.

What accessibility issues can an automated audit catch before launching a site?

An automated accessibility audit catches missed WCAG gaps before launching a site, including keyboard navigation failures, color contrast errors, missing alt text, and incorrect ARIA semantics.

Why does my screen reader behave incorrectly on my web application?

Screen reader behavior issues often stem from incorrect ARIA semantics or non-compliant HTML, which an automated WCAG accessibility audit can identify and provide remediation guidance for.