What problem does it solve?
This Skill helps detect responsive layout defects that make pages hard to use on mobile and desktop, such as clipped content, hidden actions, and broken grid or flex behavior.
Core Features & Use Cases
- Overflow and cutoff checks: Finds fixed or sticky elements extending beyond the viewport, dropdowns that get cut off, and tables that overflow without a scroll wrapper.
- Usability and visibility checks: Flags content that is too narrow, primary CTAs below the fold, critical buttons hidden or covered, and sticky headers or footers blocking interactions.
- Responsive structure checks: Detects whitespace-heavy sections, inertness issues behind open dialogs, element collisions, and grids or flex layouts that fail to collapse on smaller screens.
- Use Case: Run it against a product page before release to catch a mobile-only CTA overlap caused by a sticky footer and a two-column grid that no longer fits the viewport.
Quick Start
Ask the qa-detect-layout skill to inspect the current page for responsive layout defects across the active viewport and report any overflow, cutoff, overlap, or hidden-action issues.