qa-detect-ux-spacing

Identifies spacing inconsistencies in cross-browser layouts.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds subtle spacing defects that make interfaces feel inconsistent, cramped, or visually broken. It helps catch design-system drift before it reaches users.

Core Features & Use Cases

  • Form spacing checks: Detects inconsistent gaps between adjacent form fields in the same form.
  • Button row spacing checks: Flags uneven horizontal spacing in button groups and action rows.
  • Card and heading rhythm checks: Identifies mismatched card padding and headings with too little or too much breathing room.
  • Use case: Use it when a page looks “almost right” but still feels off, especially after layout changes, component refactors, or responsive adjustments.

Quick Start

Ask the skill to scan the current page or screenshot for inconsistent spacing and report any form, button, card, or heading rhythm issues.

Frequently Asked Questions about qa-detect-ux-spacing

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

FAQPage Schema
How do I detect inconsistent UI spacing on a responsive web page?

You can detect inconsistent UI spacing by inspecting the DOM and comparing bounding-boxes of visible sibling elements. This process identifies pixel-level drift across form fields, button groups, card layouts, and heading-content relationships to resolve visual imbalance.

Why does my form layout look uneven after adjusting it for responsive design?

Uneven form layouts often stem from inconsistent gaps between adjacent form fields. Performing a UI audit that checks bounding-box alignment across sibling elements will expose spacing inconsistencies causing cramped or visually broken interfaces.

What is the best way to check visual consistency in a design system component refactor?

The best way to check visual consistency is running a UI audit that validates spacing rhythm across card padding, button rows, and heading breathing room. Comparing bounding-boxes catches design-system drift before it reaches users.

Can I audit heading and card padding rhythm without manually measuring pixels?

Yes, you can audit heading and card padding rhythm by automating DOM inspection to measure bounding-box relationships. This flags mismatched card padding and identifies headings with too little or too much breathing room automatically.

Does UI spacing detection work for button groups and action rows?

UI spacing detection works for button groups and action rows by flagging uneven horizontal spacing. It inspects the DOM to compare bounding-boxes of visible sibling elements, ensuring action row spacing remains visually consistent.

When should I run a UI spacing audit?

You should run a UI spacing audit when a page looks almost right but feels off, especially after layout changes, component refactors, or responsive adjustments. It catches subtle spacing defects and design-system drift before users notice.