qa-detect-breakpoint-boundary

Detect CSS breakpoint overflow and edge-cutoff defects at exact viewport widths.

Updated May 22, 2026
One-click install
npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-detect-breakpoint-boundary
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-detect-breakpoint-boundary
Source: https://github.com/Luqman-Ud-Din/blackbox-qa-agent/tree/main/skills/qa-detect-breakpoint-boundary
Command: npx skills add https://github.com/Luqman-Ud-Din/blackbox-qa-agent --skill qa-detect-breakpoint-boundary

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds responsive layout defects that only appear at precise CSS breakpoint boundaries, where common test viewports often miss overflow and cut-off UI.

Core Features & Use Cases

  • Breakpoint overflow detection: Flags pages that create horizontal scrolling at 767px, 1023px, and 1279px boundaries.
  • Edge-cutoff detection: Identifies headers, navs, buttons, links, inputs, cards, and menus that extend past the viewport edge at those exact widths.
  • Responsive QA use case: Use it when validating redesigns, media-query changes, or mobile-to-desktop transitions to catch defects that occur only at boundary pixels.

Quick Start

Ask the agent to run the breakpoint boundary skill on the current page so it resizes to key widths and reports any overflow or clipped elements.

Frequently Asked Questions about qa-detect-breakpoint-boundary

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

FAQPage Schema
How do I detect responsive layout overflow at exact CSS breakpoint boundaries?

To detect responsive layout overflow at CSS breakpoint boundaries, you need real viewport resizing at media query transition widths. This probes pages at exact boundary pixels to inspect horizontal scrolling and identify UI elements cut off at the viewport edge.

Why does my UI layout break only at specific viewport widths like 767px or 1023px?

UI layout breaks at specific viewport widths like 767px or 1023px due to media query transition boundaries. Common test viewports miss these defects, requiring in-page probing at exact boundary pixels to catch horizontal scroll and clipped elements.

What is the best way to test for edge-cutoff defects during mobile-to-desktop transitions?

The best way to test for edge-cutoff defects during mobile-to-desktop transitions is resizing the viewport to key breakpoint widths. This catches headers, navs, and cards extending past the viewport edge at exact media query boundaries.

Can I automate QA testing for horizontal scroll issues at media query transition widths?

Yes, you can automate QA testing for horizontal scroll issues at media query transition widths. An agent resizes the page to key widths and reports any overflow or clipped elements that appear only at boundary pixels.

When do I need to run breakpoint boundary detection during a website redesign?

You need to run breakpoint boundary detection during a website redesign when validating media-query changes. It catches responsive layout defects and overflow that occur only at boundary pixels during mobile-to-desktop transitions.

What types of UI elements are most affected by layout overflow at breakpoint edges?

UI elements most affected by layout overflow at breakpoint edges include headers, navs, buttons, links, inputs, cards, and menus. These elements extend past the viewport edge and get clipped at exact media query transition widths.