qa-detect-typography

Detect typography defects in web interfaces via browser DOM inspection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill finds readability and rendering problems in page typography so teams can catch issues like tiny text, cramped line spacing, clipped copy, oversized mobile headings, and overflowing long words before release.

Core Features & Use Cases

  • Small text detection: Flags genuinely hard-to-read text below 10px.
  • Line-height and clipping checks: Detects multi-line body text with overly tight spacing and text that is visibly clipped by overflow rules or line clamps.
  • Mobile heading and label readability: Identifies oversized headings on mobile, all-caps micro-labels, and low-contrast sync/meta labels.
  • Overflow stress cases: Finds long unbroken words that overflow containers without word-break or overflow-wrap support.
  • Use case: Run it on responsive pages, dashboards, forms, and content-heavy screens to surface typography defects that hurt scanability and accessibility.

Quick Start

Ask the agent to inspect the current page for typography defects using the qa-detect-typography skill.

Frequently Asked Questions about qa-detect-typography

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

FAQPage Schema
How do I detect typography defects like text overflow and clipping in web interfaces?

Detect typography defects by inspecting the browser DOM to verify font size, line height, clipping, and overflow rules. This surfaces readability issues like cramped spacing, clipped copy, and long unbroken words that overflow containers.

What is the best way to check mobile readability for oversized headings and micro-labels?

Checking mobile readability requires inspecting viewport rendering to identify oversized mobile headings, all-caps micro-labels, and low-contrast meta labels. This flags typography defects that hurt scanability before release.

How do I find small text and tight line height issues on responsive dashboards?

Find small text and tight line height issues by inspecting DOM elements on responsive dashboards. This flags text below 10px and detects multi-line body text with overly tight spacing that reduces readability.

Does typography defect detection work across mobile, tablet, and desktop viewports?

Typography defect detection works across mobile, tablet, laptop, and desktop viewports. It applies to responsive pages, dashboards, forms, and content-heavy screens to catch rendering failures before users do.

Why does long unbroken text overflow my containers without word-break support?

Long unbroken text overflows containers lacking word-break or overflow-wrap support. Overflow stress case detection finds these rendering failures by inspecting DOM text rendering rules during typography checks.

Can I use DOM inspection to verify label contrast and text clipping rules?

DOM inspection verifies label contrast and text clipping rules by checking computed styles and overflow behavior. This identifies visibly clipped copy from overflow rules or line clamps that reduce readability.