Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
aiskillstore avatar

Web Accessibility

  • 2 installs
  • 404 repo stars
  • Updated August 5, 2026
  • aiskillstore/marketplace

web-accessibility is a skill that audits web pages against WCAG 2.1/2.2 standards and suggests remediations for semantic HTML, ARIA, keyboard navigation, and color contrast.

About

web-accessibility audits web pages against WCAG 2.1/2.2 standards and suggests concrete remediations. A developer uses it to run accessibility audits, validate keyboard navigation and screen-reader compatibility, check color contrast ratios, and fix form-label and alt-text issues. It reports findings by WCAG level with before/after HTML examples.

  • WCAG 2.1/2.2 compliance audits at A, AA, and AAA levels
  • Checks semantic HTML, ARIA, keyboard nav, and color contrast
  • Suggests concrete before/after HTML remediations

Web Accessibility by the numbers

  • 2 all-time installs (skills.sh)
  • +1 installs in the week ending Jun 23, 2026 (Skillselion tracking)
  • Ranked #945 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

web-accessibility capabilities & compatibility

Capabilities
code review · frontend · testing
Use cases
code review · frontend · testing
From the docs

What web-accessibility says it does

Web accessibility compliance specialist.
SKILL.md
Assesses compliance with WCAG 2.1/2.2 (A, AA, AAA)
SKILL.md
Color contrast ratio 4.5:1 (text)
SKILL.md
npx skills add https://github.com/aiskillstore/marketplace --skill web-accessibility

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs2
repo stars404
Last updatedAugust 5, 2026
Repositoryaiskillstore/marketplace

What it does

Audit web pages for WCAG 2.1/2.2 accessibility compliance and remediate the issues found.

Who is it for?

Running WCAG audits and fixing accessibility issues in web pages

Skip if: Native mobile app accessibility outside web standards

When should I use this skill?

You need a WCAG audit, keyboard/screen-reader validation, or contrast checks

What you get

An accessibility audit report with issues by WCAG level and concrete HTML fixes

  • WCAG audit report with issues by level and before/after HTML fixes

By the numbers

  • Covers WCAG levels A, AA, and AAA
  • Level AA requires 4.5:1 text contrast; AAA requires 7:1

Files

SKILL.mdMarkdownGitHub ↗

Web Accessibility

This skill provides comprehensive web accessibility analysis and remediation, focusing on WCAG compliance, screen reader compatibility, and inclusive design.

When to Use This Skill

  • When conducting WCAG compliance audits
  • When testing screen reader compatibility
  • When validating keyboard navigation
  • When analyzing color contrast
  • When ensuring inclusive design
  • When remediating accessibility issues

What This Skill Does

1. WCAG Compliance: Assesses compliance with WCAG 2.1/2.2 (A, AA, AAA) 2. Screen Reader Testing: Validates semantic HTML and ARIA usage 3. Keyboard Navigation: Tests keyboard accessibility and focus management 4. Color Contrast: Analyzes color contrast ratios 5. Alternative Text: Evaluates alt text and media accessibility 6. Form Accessibility: Validates form labels and error handling

How to Use

Audit Accessibility

Conduct a WCAG compliance audit of this website
Test keyboard navigation and screen reader compatibility

Specific Analysis

Check color contrast ratios and suggest improvements

WCAG Standards

Level A (Minimum)

  • Text alternatives for images
  • Captions for videos
  • Keyboard accessible
  • No seizure-inducing content
  • Proper heading structure

Level AA (Recommended)

  • Color contrast ratio 4.5:1 (text)
  • Resizable text up to 200%
  • Multiple navigation methods
  • Consistent navigation
  • Error identification

Level AAA (Enhanced)

  • Color contrast ratio 7:1 (text)
  • Sign language interpretation
  • Extended audio descriptions
  • No timing restrictions
  • Context-sensitive help

Examples

Example 1: WCAG Audit

Input: Audit homepage for WCAG compliance

Output:

## Accessibility Audit: Homepage

### Critical Issues (Level A)

**1. Missing Alt Text**
- **Location**: Hero image (line 45)
- **Issue**: Image has no alt attribute
- **Fix**: Add descriptive alt text

<!-- Before --> <img src="hero.jpg">

<!-- After --> <img src="hero.jpg" alt="Team collaborating on project management dashboard">


**2. Missing Form Labels**

- **Location**: Email input (line 78)
- **Issue**: Input has no associated label
- **Fix**: Add proper label

<!-- Before --> <input type="email" id="email">

<!-- After --> <label for="email">Email Address</label> <input type="email" id="email" aria-required="true">


### Warnings (Level AA)

**3. Color Contrast**

- **Location**: Button text (line 92)
- **Issue**: Contrast ratio 3.2:1 (needs 4.5:1)
- **Fix**: Darken text color

Best Practices

Accessibility Guidelines

1. Semantic HTML: Use proper HTML elements 2. ARIA When Needed: Use ARIA for complex interactions 3. Keyboard Access: Ensure all functionality is keyboard accessible 4. Color Contrast: Meet WCAG contrast requirements 5. Testing: Test with screen readers and keyboard only

Related Use Cases

  • WCAG compliance audits
  • Screen reader testing
  • Keyboard navigation validation
  • Color contrast analysis
  • Inclusive design implementation

Related skills

FAQ

Which WCAG version does it target?

WCAG 2.1/2.2 at levels A, AA, and AAA.

What contrast ratio does Level AA require?

A color contrast ratio of 4.5:1 for text at Level AA.

Code Review & Qualityfrontendtesting

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.