web-accessibility

Audit web content for WCAG 2.1/2.2 conformance and accessibility issues.

4|Updated Dec 23, 2025
One-click install
npx skills add https://github.com/89jobrien/steve --skill web-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-accessibility
Source: https://github.com/89jobrien/steve/tree/main/steve/skills/web-accessibility
Command: npx skills add https://github.com/89jobrien/steve --skill web-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Web accessibility initiatives ensure websites are usable by everyone. This Skill guides WCAG compliance, screen reader testing, keyboard navigation, color contrast, alt text, and form accessibility to reduce barriers.

Core Features & Use Cases

  • WCAG Compliance: levels A/AA/AAA guidance and checks
  • Screen Reader Testing: semantic HTML and ARIA usage validation
  • Keyboard Navigation: focus management and operability
  • Color Contrast: contrast ratio analysis and improvements
  • Alternative Text: alt text and media accessibility evaluation
  • Form Accessibility: proper labeling and error handling

Quick Start

Run a WCAG audit on a webpage and identify actionable fixes for critical issues.

Frequently Asked Questions about web-accessibility

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

FAQPage Schema
How do I audit a website for WCAG compliance?

WCAG compliance audits systematically check your website against WCAG 2.1 and 2.2 standards across levels A, AA, and AAA. Run an audit to identify accessibility barriers in semantic HTML, ARIA usage, keyboard navigation, color contrast, alt text, and form labeling, then receive actionable remediation guidance for each issue.

What should I check for screen reader compatibility?

Screen reader compatibility requires validating semantic HTML structure and ARIA roles and properties so assistive technology users can navigate and understand content. This Skill evaluates whether your markup provides sufficient context for screen readers to announce page structure, form fields, dynamic content, and interactive elements correctly.

Can I test keyboard navigation without a keyboard?

Keyboard navigation validation checks focus management and operability without manual keyboard testing. This Skill verifies focus order, focus visibility, keyboard shortcuts, and whether all interactive elements are reachable and operable via keyboard alone, surfacing issues that keyboard and assistive technology users encounter.

How do I fix color contrast issues?

Color contrast analysis measures the brightness ratio between text and background to meet WCAG standards. This Skill identifies low-contrast pairs, calculates compliant ratios for levels AA and AAA, and recommends color adjustments so text remains readable for users with low vision.

What makes alt text and form labeling accessible?

Alt text evaluation and form accessibility validation ensure descriptive alternatives and proper labeling exist. This Skill checks that images have concise, meaningful alt text, form inputs have associated labels, error messages are linked to fields, and instructions are clear so users with visual impairments or cognitive differences can complete forms and understand content.