From agentic-council
Use when auditing accessibility compliance of a feature or codebase. Covers WCAG 2.2 AA conformance, screen reader compatibility, keyboard navigation, focus management, color contrast, reduced motion, and ARIA usage. Do not use for general UX review (use journey-mapping) or component interaction specs (use interaction-design).
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-council:advocate-a11y-auditThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Evaluate accessibility compliance against WCAG 2.2 AA criteria across perceivable, operable, understandable, and robust principles. Identify barriers for users of assistive technologies and provide actionable remediation steps.
Evaluate accessibility compliance against WCAG 2.2 AA criteria across perceivable, operable, understandable, and robust principles. Identify barriers for users of assistive technologies and provide actionable remediation steps.
Reads source code, templates, styles, and component markup for accessibility analysis. Does not modify files or execute code. Does not perform automated accessibility scans (recommend tooling where appropriate).
No user-provided values are used in commands or file paths. All inputs are treated as read-only analysis targets.
:focus-visible).h1-h6) is logical and unbroken.alt text or alt="" for decorative.<label> elements or aria-label.aria-live) for dynamic content updates.<nav>, <main>, <aside>, <header>, <footer>).role="status" or role="alert".role="button" on non-interactive elements without keyboard handlers).aria-expanded, aria-selected, aria-checked states update correctly.aria-describedby and aria-labelledby reference valid IDs.prefers-reduced-motion media query support.aria-describedby).aria-required).Compaction resilience: If context was lost, re-read the Inputs section to identify the audit target, check the Progress Checklist for completed steps, then resume from the earliest incomplete step.
| Category | WCAG Criterion | Finding | Severity | Recommendation |
|---|---|---|---|---|
| Keyboard | 2.1.1 Keyboard | ... | Critical/High/Med/Low | ... |
| Screen reader | 1.3.1 Info and Relationships | ... | ... | ... |
| Color contrast | 1.4.3 Contrast (Minimum) | ... | ... | ... |
| ARIA | 4.1.2 Name, Role, Value | ... | ... | ... |
| Motion | 2.3.1 Three Flashes | ... | ... | ... |
| Forms | 3.3.1 Error Identification | ... | ... | ... |
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub dtsong/agentic-council --plugin agentic-council