brainstorming
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use to audit a design or page for WCAG 2.1 AA — contrast, keyboard, focus, labels, touch targets, screen reader behavior.
$ npx -y skills add getcrew44/crew44 --skill accessibility-review --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/accessibility-reviewContext preview
The summary Claude sees to decide when to auto-load this skill.
Use to audit a design or page for WCAG 2.1 AA — contrast, keyboard, focus, labels, touch targets, screen reader behavior.
name: accessibility-review description: Use to audit a design or page for WCAG 2.1 AA — contrast, keyboard, focus, labels, touch targets, screen reader behavior.
Catch the issues that block users before they reach engineering. Most accessibility failures are predictable from the design alone.
**Perceivable**
**Operable**
**Understandable**
**Robust**
1. Insufficient color contrast — especially gray-on-white body text and brand-color CTAs. 2. Form fields with placeholder-as-label (placeholder disappears on focus). 3. Click targets under 44×44. 4. Focus indicators removed in CSS without a replacement. 5. Modals that trap focus incorrectly (or don't trap at all). 6. Color used as the only signal (red text alone for errors, green-only success). 7. Icon-only buttons with no accessible name. 8. Auto-playing media with no pause control.
Orchestrate a crew of specialist AI agents in one local-first workspace. Each role on its best model, with memory and skills that compound. Free, MIT.
Repo: getcrew44/crew44
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting…
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical…
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes