Testing Accessibility

Audit web pages against WCAG 2.1 Level AA with automated and manual checks.

6|3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/carson-sweet/sweetclaude --skill testing-accessibility-carson-sweet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Testing Accessibility
Source: https://github.com/carson-sweet/sweetclaude/tree/main/skills/testing-accessibility
Command: npx skills add https://github.com/carson-sweet/sweetclaude --skill testing-accessibility-carson-sweet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3.

What problem does it solve?

This skill addresses the complexity of maintaining web accessibility compliance by providing a structured, repeatable audit process that covers automated, manual, and screen reader testing.

Core Features & Use Cases

  • Multi-Layered Auditing: Combines automated scanning with manual checklists for keyboard navigation, screen reader compatibility, and visual/cognitive accessibility.
  • Issue Tracking: Directly integrates with the project's artifact system to file accessibility violations as tracked issues with appropriate severity levels.
  • Use Case: Use this skill to perform a full WCAG 2.1 AA audit on a new checkout flow to ensure all interactive elements are keyboard-accessible and screen-reader-friendly before deployment.

Quick Start

Initiate a new accessibility audit for the checkout flow by running the audit command.

Frequently Asked Questions about Testing Accessibility

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

FAQPage Schema
How do I perform a WCAG 2.1 AA accessibility audit on a web application?

To perform a WCAG 2.1 AA accessibility audit, this skill combines automated scanning with manual verification checklists for keyboard, screen reader, and visual accessibility. It audits specific pages or full applications to identify violations.

What is the best way to track WCAG compliance issues found during an audit?

To track WCAG compliance issues effectively, this skill logs accessibility violations directly into your local artifact management system as tracked issues with appropriate severity levels to manage remediation workflows.

Does this accessibility testing tool support both automated scanning and manual screen reader verification?

Yes, this accessibility testing approach supports multi-layered auditing by combining automated scanning with manual checklists for keyboard navigation, screen reader compatibility, and visual or cognitive accessibility verification.

Do I need Python 3 to run a WCAG accessibility audit?

Yes, you need Python 3 installed as a dependency to run this WCAG accessibility audit process, which generates structured compliance findings and manages them through local artifact systems.

Can I audit a specific user flow like a checkout process for keyboard accessibility?

Yes, you can audit a specific checkout flow for keyboard accessibility and screen-reader friendliness. The skill supports auditing targeted pages, flows, or full applications to identify WCAG 2.1 AA violations.

Why does a WCAG compliance audit require integration with local artifact management?

A WCAG compliance audit requires local artifact management integration to file the discovered accessibility violations as tracked issues, enabling structured remediation workflows and ensuring all findings are actively resolved.