What problem does it solve? Verifying that a site renders correctly on mobile, tablet, and desktop widths is tedious manual work, and layout bugs like horizontal overflow or broken nav menus often ship unnoticed. This Skill automates per-breakpoint screenshot capture and overflow detection so responsive regressions are caught before release. ## Core Features & Use Cases - Responsive Sweep: Runs webmobai_test_responsive across a breakpoint list (default 375×812, 768×1024, 1280×720), capturing captioned screenshots and checking scrollWidth for horizontal overflow per breakpoint. - Per-Breakpoint Interaction Checks: Optionally exercises hamburger navs, modals, forms, and oversized images at each viewport using click, key-press, and DOM evaluation tools. - Auth-Aware Testing: Detects login redirects and supports storage_state_path sessions so gated pages like dashboards are actually tested rather than the login screen. - Use Case: After a CSS refactor touching media queries, ask for a responsive check on your pricing page at iPhone SE, iPad portrait, and 1440p desktop — you get per-breakpoint screenshots, overflow flags, and an HTML report. ## Quick Start Test the responsive layout of https://example.com on mobile, tablet, and desktop breakpoints and generate a report.