responsive-accessibility

Identify accessibility regressions in responsive layouts across breakpoints, zoom levels, and orientations.

3|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/hulusi-tunc/unicorn-skills --skill responsive-accessibility
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: responsive-accessibility
Source: https://github.com/hulusi-tunc/unicorn-skills/tree/main/.claude/skills/adaptive-interfaces--responsive-accessibility
Command: npx skills add https://github.com/hulusi-tunc/unicorn-skills --skill responsive-accessibility

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Responsive interfaces must remain accessible across screen sizes, zoom levels, and device orientations to serve all users.

Core Features & Use Cases

  • Maintain text reflow and legibility when zoomed to 200%
  • Validate layout behavior across portrait and landscape orientations
  • Provide guidance for breakpoints, touch targets, and accessibility patterns

Quick Start

Run a quick accessibility review of a responsive layout across viewports and zoom levels.

Frequently Asked Questions about responsive-accessibility

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I check responsive layout accessibility across breakpoints and zoom levels?

Identify accessibility regressions in responsive layouts by validating text reflow, touch target sizing, and legible type at 200% zoom across mobile to desktop breakpoints. This process documents testable criteria directly into your test plans.

What is orientation flexibility testing for responsive UI designs?

Orientation flexibility testing validates that layout behavior remains usable when switching between portrait and landscape views. It ensures responsive interfaces continue to serve all users without breaking structural accessibility patterns during device rotation.

How do I test text reflow and legibility when zoomed to 200%?

Test text reflow at 200% zoom by running an accessibility review that checks if content remains legible without horizontal scrolling. This validates that responsive layouts maintain proper typography and structural integrity under high magnification.

Can I use this for front-end QA testing during development sprints?

Yes, you can use this during front-end development sprints and QA testing to evaluate viewports and zoom levels. It applies directly to UI design reviews where layouts must remain usable from mobile to desktop and at 200% zoom.

What's the best way to review touch target accessibility in a responsive layout?

Review touch target accessibility by validating layout behavior across breakpoints and device orientations. This approach provides specific guidance for touch targets and accessibility patterns, ensuring interactive elements remain usable on mobile screens.

Why does my responsive layout fail accessibility checks at different viewport sizes?

Responsive layouts fail accessibility checks when text reflow, touch targets, or orientation flexibility are not properly maintained across breakpoints. Identify these regressions by testing layout behavior from mobile to desktop and at 200% zoom.