A11y Audit banner
marvinrichter marvinrichter

A11y Audit

Security community

Description

--- description: Comprehensive accessibility audit — automated axe scan, keyboard navigation check, color contrast review, ARIA audit, and prioritized CRITICAL/HIGH/MEDIUM issue backlog --- # A11y Audit Command Run an accessibility audit for: $ARGUMENTS ## Your Task Systematically assess accessibility across 5 dimensions and produce a prioritized issue backlog. ## Step 1 — Setup Automated Scanning Check what testing infrastructure exists: ```bash # Check for existing a11y tools cat packag

Installation

Installs to ~/.claude/skills/marvinrichter-clarc-a11y-audit/SKILL.md

Terminal
mkdir -p ~/.claude/skills/marvinrichter-clarc-a11y-audit && curl -fsSL https://raw.githubusercontent.com/marvinrichter/clarc/HEAD/commands/a11y-audit.md -o ~/.claude/skills/marvinrichter-clarc-a11y-audit/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository