ui-visual-validator

Validates UI modifications through screenshot analysis, visual regression testing, and accessibility verification.

Updated Aug 10, 2026
One-click install
npx skills add https://github.com/Eng-suso/BK-GPT --skill ui-visual-validator-eng-suso
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-visual-validator
Source: https://github.com/Eng-suso/BK-GPT/tree/main/.claude/skills/ui-visual-validator
Command: npx skills add https://github.com/Eng-suso/BK-GPT --skill ui-visual-validator-eng-suso

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? UI changes often look done in code but fail in practice—misaligned elements, broken responsive layouts, poor contrast, or inconsistent design tokens slip through review. This Skill provides a rigorous, evidence-based visual verification process that refuses to declare success without concrete visual proof. ## Core Features & Use Cases - Screenshot & Visual Regression Analysis: Performs pixel-level diff detection and cross-browser visual comparison using tools like Playwright, Chromatic, Percy, and BackstopJS. - Design System Compliance: Verifies component library adherence, design token accuracy, typography, spacing, and brand consistency. - Accessibility Verification: Assesses WCAG 2.1/2.2 compliance including contrast ratios, focus indicators, keyboard navigation visuals, and reduced-motion behavior. - Use Case: After restyling a navigation bar, ask the Skill to verify the mobile breakpoint collapse, confirm contrast ratios meet WCAG standards, and check that focus indicators remain visible—receiving a skeptical, measurement-backed verdict instead of assumptions. ## Quick Start Ask the Skill to validate whether your recent UI change achieved its intended visual goal by analyzing the provided screenshots.

Frequently Asked Questions about ui-visual-validator

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

FAQPage Schema
How do I verify a UI change actually worked visually?▼

Visual verification requires comparing screenshots against stated goals using objective observation, not code inference. This Skill applies pixel-level measurement, reverse validation looking for failure evidence, and a mandatory checklist before confirming success.

What tools work best for visual regression testing?▼

Chromatic and Percy handle cross-browser screenshot comparison, BackstopJS provides automated regression testing, and Playwright offers built-in visual comparisons. The Skill covers workflows for all of these plus Jest image snapshots and Storybook testing.

How do I check WCAG color contrast compliance?▼

WCAG contrast validation measures the ratio between text and background colors against 2.1/2.2 thresholds. The Skill assesses contrast ratios, focus indicator visibility, text scaling, and keyboard navigation visuals as part of every evaluation.

Can visual testing validate responsive design breakpoints?▼

Yes, responsive validation checks layout behavior across multiple breakpoints including mobile-first implementations. The Skill verifies navigation collapse, element reflow, and cross-device consistency through systematic breakpoint analysis.

Why does visual validation reject changes that look different?▼

Different does not equal correct—the Skill's core principle assumes the goal has not been achieved until proven otherwise. It actively searches for failure evidence and challenges whether apparent differences match the intended modification.