accessibility-checker

Identify accessibility issues in source code and generate structured reports with WCAG references.

2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/lexicalninja/my-little-scrum-team --skill accessibility-checker-lexicalninja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: accessibility-checker
Source: https://github.com/lexicalninja/my-little-scrum-team/tree/main/skills/accessibility-checker
Command: npx skills add https://github.com/lexicalninja/my-little-scrum-team --skill accessibility-checker-lexicalninja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers identify and fix accessibility issues in code to meet WCAG standards.

Core Features & Use Cases

  • Automated detection of missing alt text, insufficient color contrast, missing ARIA labels and roles, keyboard navigation issues, screen reader incompatibilities, and focus management gaps.
  • Generates structured reports with file path, line numbers, issue type, WCAG reference, current code, suggested fixes, rationale, and priority.
  • Use Case: Integrate into CI pipelines to catch accessibility regressions during code changes.

Quick Start

Analyze your codebase for accessibility issues and generate a structured report.

Frequently Asked Questions about accessibility-checker

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

FAQPage Schema
How do I check my codebase for WCAG accessibility issues?

Check accessibility across multiple files by analyzing HTML, CSS, and ARIA attributes. This detects missing alt text, contrast issues, and keyboard navigation gaps, producing a structured report with file paths, line numbers, WCAG references, and suggested fixes.

What accessibility issues can automated code analysis detect?

Automated code analysis detects missing alt text, insufficient color contrast, missing ARIA labels and roles, keyboard navigation issues, screen reader incompatibilities, and focus management gaps across interactive components.

Can I integrate accessibility checks into a CI pipeline?

Yes, you can integrate accessibility analysis into CI pipelines to catch regressions during code changes. Scanning source code automatically identifies WCAG compliance issues in new commits before deployment.

Does this accessibility analyzer work with ARIA attributes and interactive components?

Yes, the analyzer evaluates ARIA attributes and interactive components across web and app codebases. It scans multiple files to identify missing roles, labels, and focus management gaps in the source code.

What is included in a WCAG accessibility report?

An accessibility report includes file path, line numbers, issue type, WCAG reference, current code, suggested fixes, rationale, impact, and priority for each identified issue in the scanned codebase.