audit-accessibility

Installation
SKILL.md

Audit Accessibility

Overview

Generate a WCAG 2.1 AA compliance audit for a specific feature or component, organized by the POUR principles (Perceivable, Operable, Understandable, Robust). Produces a concrete checklist with testing instructions, keyboard navigation paths, screen reader expectations, and color contrast requirements.

Workflow

  1. Read feature context -- Scan .chalk/docs/product/ for the PRD describing the feature. Check .chalk/docs/engineering/ for component architecture and any existing a11y guidelines. Read the source code for the feature's UI components to understand the actual implementation.

  2. Parse the audit target -- Extract from $ARGUMENTS the feature, page, or component to audit. If unspecified, ask the user to name a specific feature -- auditing the entire application at once produces shallow results.

  3. Determine the next file number -- Read filenames in .chalk/docs/engineering/ to find the highest numbered file. The next number is highest + 1.

  4. Audit Perceivable -- Check:

    • All images have meaningful alt text (decorative images use alt="")
    • Color is not the only means of conveying information
    • Text meets contrast ratios (4.5:1 for normal text, 3:1 for large text)
    • Content is readable at 200% zoom
Related skills
Installs
4
GitHub Stars
5
First Seen
Mar 18, 2026