From ultraprompt
**DEFAULT for accessibility audits — dispatches auditor with a11y focus.**
How this skill is triggered — by the user, by Claude, or both
Slash command
/ultraprompt:accessibility-review [component|flow|page]When to use
Manual-only. Invoke for a11y-focused review of UI components, flows, or design-system fit. For general frontend review, see `_shared/playbooks/frontend-ux-checklist.md`.
[component|flow|page]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Apply discipline per `${CLAUDE_PLUGIN_ROOT}/_shared/DISCIPLINE.md` (covers `$ARGUMENTS` handling, evidence, validation, and safety).
Apply discipline per ${CLAUDE_PLUGIN_ROOT}/_shared/DISCIPLINE.md (covers $ARGUMENTS handling, evidence, validation, and safety).
Dispatch target: ultraprompt:auditor (focus: a11y). See ${CLAUDE_PLUGIN_ROOT}/_shared/DISPATCH-POLICY.md for the full V8 dispatch decision tree, Task call template, and inline-override conditions.
WCAG provides the framework but not the answers. Screen reader experience, keyboard navigation, focus management, color contrast, and motion sensitivity are independent axes that all need to work. Automated tools (axe, Lighthouse) catch ~30% of issues; the rest requires manual testing or expert review.
:focus { outline: none } without replacement)Re-run automated tools. Manual keyboard test of changed flows. Manual screen reader test (NVDA, VoiceOver, JAWS) on critical paths.
Schema below + ${CLAUDE_PLUGIN_ROOT}/_shared/OUTPUT-CONTRACT.md + concise-review style.
schema:
- field: Scope
type: section
required: true
evidence_rule: "none"
- field: Automated Findings
type: section
required: true
evidence_rule: "file:line citation + severity + confidence label"
- field: Keyboard Navigation Findings
type: section
required: true
evidence_rule: "file:line citation + severity + confidence label"
- field: Focus Management Findings
type: section
required: true
evidence_rule: "file:line citation + severity + confidence label"
- field: Screen Reader Findings
type: section
required: true
evidence_rule: "file:line citation + severity + confidence label"
- field: Contrast Findings
type: section
required: true
evidence_rule: "file:line citation + severity + confidence label"
- field: Fixes Applied
type: section
required: true
evidence_rule: "none"
- field: Remaining Issues
type: section
required: true
evidence_rule: "none"
Scope | Automated Findings | Keyboard Navigation Findings | Focus Management Findings | Screen Reader Findings | Contrast Findings | Fixes Applied | Remaining Issues
Dispatch auditor with focus=a11y for second perspective. See _shared/playbooks/frontend-ux-checklist.md for broader UX review.
npx claudepluginhub sokoliem/ultraprompt --plugin ultrapromptGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.