gsp-accessibility-audit

Performs WCAG accessibility audits on designs and code, generating reports and compliance statements.

49|4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-accessibility-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsp-accessibility-audit
Source: https://github.com/jubscodes/get-shit-pretty/tree/main/gsp/skills/gsp-accessibility-audit
Command: npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-accessibility-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams often lack a unified, automated way to verify that their designs and code meet WCAG accessibility standards, leading to compliance gaps and costly rework.

Core Features & Use Cases

  • Design audit mode: Scans design screen chunks and produces detailed accessibility reports and fix lists.
  • Code audit mode: Analyzes HTML, ARIA attributes, keyboard support, and visual contrast in the codebase.
  • Statement generation: Creates a formal accessibility compliance statement from previous audit results.
  • User‑guided workflow: Uses AskUserQuestion prompts to resolve ambiguities and guide next steps.

Quick Start

Use the gsp-accessibility-audit command to run a full accessibility audit of your project.

Frequently Asked Questions about gsp-accessibility-audit

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

FAQPage Schema
How do I audit my codebase for WCAG compliance?

A WCAG accessibility audit scans design screen chunks and codebases to identify compliance gaps in HTML, ARIA attributes, keyboard support, and visual contrast, generating detailed reports and actionable fix lists.

Can I generate an accessibility statement from previous WCAG audit results?

Yes, you can generate a formal accessibility compliance statement by feeding previous audit results into the tool, producing a formal document that outlines your project's WCAG conformance status.

How do I check my design screens for accessibility issues before coding?

You can use design audit mode to scan design screen chunks, identifying potential barriers early and producing detailed accessibility reports and fix lists to resolve compliance gaps before development.

Does the WCAG audit require read and write file access to function?

Yes, the WCAG audit requires read and write file access to scan your codebase and design chunks, spawn the auditor agent, and support user prompts to resolve ambiguities during the workflow.

What is the best way to resolve ambiguities during an automated accessibility audit?

The best way to resolve ambiguities during an automated accessibility audit is using a user-guided workflow that prompts you with questions, ensuring accurate WCAG compliance verification and directing next steps.

Why do I need an automated tool for WCAG compliance instead of manual checks?

An automated WCAG compliance tool provides a unified way to verify designs and code, preventing compliance gaps and costly rework across development phases by systematically analyzing ARIA, contrast, and keyboard support.