qa-detect-ux-selected-color-mix

Detect inconsistent selected-state colors and shapes in UI widget regions.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill detects when a single UI region uses multiple inconsistent colors or styles to represent the same selected, active, or highlighted state, which can confuse users and make interfaces feel visually inconsistent.

Core Features & Use Cases

  • Multi-hue selected-state detection: Finds regions where selected elements use 3 or more distinct hues for the same meaning.
  • Shade and shape consistency checks: Flags mixed shades, fill-vs-outline treatment, and shape differences across selected indicators in the same group.
  • Use Case: A calendar, tab bar, or button group with several “active” items can be audited to ensure one consistent visual language for selection.

Quick Start

Use the qa-detect-ux-selected-color-mix skill to inspect the current page for inconsistent selected-state colors and shapes in visible widget regions.

Frequently Asked Questions about qa-detect-ux-selected-color-mix

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

FAQPage Schema
How do I audit inconsistent selected-state colors in a UI?▼

Selected-state color consistency requires visible navigation and tabbed interfaces to compare hues, shades, outlines, and shapes across related controls. It flags mixed fill-vs-outline treatments and shape differences across selected indicators within the same widget group.

When do I need to check selected-state visual consistency in web components?▼

You need to check selected-state visual consistency when a single UI region uses multiple colors or styles for active or highlighted elements. This applies to calendars, tab bars, button groups, and cards with multiple selected items needing a unified visual language.

Does selected-state color auditing work for button groups and calendars?▼

Yes, selected-state color auditing works for button groups and calendars. It applies to any widget-like containers with active, selected, or highlighted elements, detecting regions where 3 or more distinct hues incorrectly represent the same selection meaning.

What is the best way to standardize active state styling across UI tabs?▼

The best way to standardize active state styling across UI tabs is to inspect visible tabbed interfaces for mixed shades and shape differences across selected indicators. This ensures one consistent visual language for selection within the same group.

Why does my UI region show mixed fill and outline styles for selected items?▼

Your UI region shows mixed fill and outline styles because multiple inconsistent styles are representing the same selected state. Inspecting the visible widget region flags these mixed treatments and shape differences to prevent visual inconsistency.