From adaptive-interfaces
Tests interfaces across viewports (320px-1440px+), zoom levels (150%-200%), typography scaling, and orientation to find responsive accessibility issues.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adaptive-interfaces:responsive-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Test whether an interface maintains accessibility across the full
Test whether an interface maintains accessibility across the full range of screen sizes, zoom levels, and orientations that real users encounter.
Test the interface at these viewport widths:
At each viewport, using responsive-accessibility, document:
At 1280px viewport, test at:
Document:
Using flexible-typography, test with system font size at maximum. Document:
Test in both portrait and landscape. Document:
Using information-density, at each viewport verify:
Deliver a responsive accessibility report:
npx claudepluginhub owl-listener/inclusive-design-skills --plugin adaptive-interfacesDesigns responsive layouts that maintain accessibility across screen sizes, zoom levels, and orientations. Covers text reflow, touch targets, and zoom-safe patterns.
Automates browser resizes through breakpoints, screenshots viewports, detects layout breaks (overflows, columns, nav), and reports transitions for responsive web testing.
Visual + accessibility QA using chrome-devtools MCP: screenshot review, contrast/spacing checks, mockup-vs-impl diff. Activates on visual QA or a11y check requests.