Tests keyboard navigation and focus management across an existing interface. Steps through tab order, component interactions, dynamic content, skip links, and ARIA landmarks.
How this skill is triggered — by the user, by Claude, or both
Slash command
/inclusive-interaction:keyboard-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A focused review of keyboard accessibility — the single most important
A focused review of keyboard accessibility — the single most important interaction requirement. If keyboard doesn't work, screen readers don't work, switch devices don't work, and many motor-impaired users are completely blocked.
Starting from the browser address bar, press Tab repeatedly through the entire page. Document:
Using keyboard-navigation, test each component type present:
When content changes on screen:
Using feedback-and-status, verify all dynamic changes are announced via aria-live regions or focus management.
Deliver a keyboard accessibility report:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin inclusive-interactionVerify full keyboard operability of interactive UI elements per WCAG 2.1 SC 2.1.1. Use when testing web or desktop applications for accessibility compliance.
Audits web/app accessibility covering semantics, keyboard flow, focus, labels, ARIA, contrast, and responsive behavior. Useful for frontend changes or existing UI needing accessibility review.
Audits specific design system components for WCAG 2.1 AA accessibility across keyboard navigation, screen readers, color contrast, focus management, and ARIA. Provides PASS/FAIL/WARN with remediation guidance.