qa-detect-ux-format-consistency

Detect mixed date, currency, number, time, and phone formats on a page.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects when the same kind of data is displayed in inconsistent formats on a single page, preventing confusing and unpolished user experiences.

Core Features & Use Cases

  • Date consistency checks: Flags mixed date representations such as ISO, slash-based, month-name, and day-month formats.
  • Money and numeric formatting checks: Finds inconsistent currency, number grouping, abbreviation, and decimal precision patterns.
  • Time and phone formatting checks: Identifies mixed 12-hour, 24-hour, and phone-number display styles.
  • Use case: A dashboard shows revenue as PKR 93M in one card, Rs. 93,000,000 in another, and 93,000,000 PKR in a table; this Skill surfaces that inconsistency immediately.

Quick Start

Ask the QA skill to scan the current page for mixed date, currency, number, time, and phone formats and report any inconsistent display patterns.

Frequently Asked Questions about qa-detect-ux-format-consistency

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

FAQPage Schema
How do I check a UI for inconsistent date and currency formatting?

You can detect mixed display formats by performing a visible-text inspection using regex-based classification to identify duplicate data types rendered with conflicting locale, abbreviation, or precision rules on a single page.

What is format consistency in visual QA?

Format consistency in visual QA ensures the same data type, such as dates, currency, or phone numbers, is displayed using uniform formatting styles across a single screen. It prevents confusing user experiences caused by conflicting locale or precision rules.

How do I audit a dashboard for mixed number and time formats?

Audit a dashboard for mixed number and time formats by scanning visible text to identify inconsistent currency groupings, decimal precision, and mixed 12-hour or 24-hour time presentation styles. This surfaces conflicting display patterns immediately.

Can I detect conflicting locale formats on a single screen?

Yes, you can detect conflicting locale formats by applying regex-based classification to visible text. This identifies duplicate data types, like dates or currency, rendered with varying locale or abbreviation rules.

Does this format consistency check require any external dependencies?

No, this format consistency check requires no external dependencies. It relies entirely on visible-text inspection with regex-based classification to identify inconsistent date, currency, number, time, phone, and decimal precision presentation.