qa-detect-ux-widget-cramping

Detect cramped widget and card header layout failures via DOM inspection and bounding-box comparison.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds widget and card header layout failures where titles, toolbar buttons, and controls run out of space and start overlapping, wrapping awkwardly, or getting clipped at the edge of the container.

Core Features & Use Cases

  • Title wrap detection: Flags short widget titles that split across multiple lines because nearby controls crowd them out.
  • Toolbar overlap detection: Detects when header controls visually overlap the title area instead of staying in their own space.
  • Clipped control detection: Identifies buttons or selects that are cut off by a container with hidden overflow.
  • Header wrapping detection: Catches widget headers that spill onto multiple rows when a single-row toolbar layout breaks down.
  • Use case: A calendar, dashboard tile, or KPI card looks fine at one size but becomes cramped on smaller viewports; this Skill surfaces the exact broken header elements before release.

Quick Start

Ask the QA agent to scan dashboard-style cards and widgets for cramped headers, overlapping controls, wrapped titles, and clipped toolbar elements.

Frequently Asked Questions about qa-detect-ux-widget-cramping

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

FAQPage Schema
How do I detect overlapping widget headers and toolbar controls in responsive UI testing?

To detect overlapping widget headers and toolbar controls in responsive UI testing, scan dashboard cards and widgets using DOM inspection and bounding-box comparison to validate wrapping, overlap, and overflow conditions across viewports.

Why do dashboard card titles wrap awkwardly and toolbar buttons get clipped on smaller viewports?

Dashboard card titles wrap awkwardly and toolbar buttons get clipped on smaller viewports because header controls run out of space, causing titles to split across multiple lines and containers with hidden overflow to cut off elements.

Can I use Playwright to find layout defects like cramped KPI card headers?

Yes, you can use Playwright to find layout defects like cramped KPI card headers by inspecting the DOM and comparing element bounding boxes to identify visual overlap, awkward wrapping, and overflow clipping in responsive dashboards.

What is the best way to automate dashboard tile overflow clipping detection?

The best way to automate dashboard tile overflow clipping detection is to run automated DOM inspection scripts that compare bounding boxes of header titles and toolbar controls to validate wrapping and overflow conditions before release.

Do I need specific UI testing dependencies to check for calendar widget layout defects?

You do not need specific external dependencies to check for calendar widget layout defects, as the detection relies on standard DOM inspection and bounding-box comparison to validate header wrapping, overlap, and container clipping.