qa-detect-ux-page-header

Detect page header hierarchy and breadcrumb layout problems in rendered web interfaces.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects subtle but important page-header layout and hierarchy problems that make interfaces confusing, such as titles competing with metrics, titles appearing before breadcrumb home icons, duplicated title text in breadcrumbs, and weak semantic heading structure.

Core Features & Use Cases

  • Typographic hierarchy checks: Finds cases where the page title is visually smaller than prominent content like KPI numbers, buttons, or card values.
  • Breadcrumb structure checks: Detects breadcrumb patterns where the home icon is not first or the page title is duplicated inside the breadcrumb trail.
  • Semantic heading validation: Flags page titles rendered as non-heading elements when they are still visually presented as the main title.
  • Use case: Use this Skill to catch dashboard and admin UI issues where the header looks secondary to body content or breadcrumb navigation is arranged in a confusing order.

Quick Start

Ask the assistant to run the page-header UX detector on the current screen and report any hierarchy, breadcrumb, or title-structure issues.

Frequently Asked Questions about qa-detect-ux-page-header

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

FAQPage Schema
How do I detect page header hierarchy issues in a web dashboard?

Detect page header hierarchy issues by inspecting the browser DOM and analyzing computed styles to validate title placement, breadcrumb ordering, and heading semantics on dashboard and admin interfaces.

Why does my page title look visually smaller than my KPI numbers?

Your page title looks smaller than KPI numbers due to typographic hierarchy problems where prominent content like metrics competes visually with the main title, which this detector identifies through computed-style analysis.

How do I check if my breadcrumb navigation follows the correct layout order?

Check breadcrumb navigation layout order by validating that the home icon appears first and the page title is not duplicated inside the breadcrumb trail, ensuring semantic and visual structure are correct.

What is semantic heading validation for page titles?

Semantic heading validation for page titles flags instances where main titles are visually presented as the primary heading but are rendered using non-heading HTML elements, confusing screen readers and interface hierarchy.

Can I use this to fix admin UI header layout problems without extra dependencies?

Yes, you can fix admin UI header layout problems without extra dependencies because this detection process requires no external modules and relies solely on browser DOM inspection and computed-style analysis.

When should I run a page header UX check on my application interface?

Run a page header UX check when dashboard or admin pages have titles competing with metrics, confusing breadcrumb arrangements, or weak semantic heading structure that makes the interface layout feel secondary to body content.