Accessibility Check banner
nyldn nyldn

Accessibility Check

Development community

Description

--- description: WCAG 2.2 AA accessibility compliance check argument-hint: "[component-path]" allowed-tools: Read, Grep --- # Accessibility Check Command Perform focused WCAG 2.2 AA compliance audit on the specified component or file. ## WCAG 2.2 AA Checklist Read the target file and evaluate against each criterion below. ### 1. Perceivable #### 1.1 Text Alternatives - [ ] **1.1.1 Non-text Content** - All images have alt text - Check: `<img>` elements have `alt` attribute - Check: Icon

Installation

Installs to ~/.claude/skills/nyldn-claude-dolphin-accessibility-check/SKILL.md

Terminal
mkdir -p ~/.claude/skills/nyldn-claude-dolphin-accessibility-check && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-dolphin/HEAD/commands/accessibility-check.md -o ~/.claude/skills/nyldn-claude-dolphin-accessibility-check/SKILL.md

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

Full documentation available on GitHub

View Source Repository