ui-visual-validator

Validates UI modifications through systematic visual analysis and accessibility verification.

1|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com --skill ui-visual-validator-ratnesh-maurya
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-visual-validator
Source: https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com/tree/main/.claude/skills/ui-visual-validator
Command: npx skills add https://github.com/ratnesh-maurya/tracker.ratnesh-maurya.com --skill ui-visual-validator-ratnesh-maurya

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? UI changes often look done in code but fail in practice—misaligned elements, broken responsive layouts, or contrast violations slip through review. This Skill enforces rigorous, evidence-based visual verification so modifications are only accepted when screenshots prove the goal was achieved. ## Core Features & Use Cases - Visual Regression Analysis: Compare screenshots with pixel-level precision to detect unintended changes across browsers, breakpoints, and themes. - Design System Compliance: Verify components against design tokens, typography, color palettes, and spacing rules. - Accessibility Verification: Assess WCAG 2.1/2.2 compliance including contrast ratios, focus indicators, and keyboard navigation visuals. - Use Case: After restyling a navigation bar, ask the Skill to verify the mobile breakpoint collapse, dark theme consistency, and focus indicator visibility before merging. ## Quick Start Validate that the new button component meets accessibility contrast requirements and matches the design system guidelines.

Frequently Asked Questions about ui-visual-validator

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

FAQPage Schema
How do I validate UI changes with visual testing?▼

Visual validation compares screenshots against stated modification goals using pixel-level diff analysis. Describe what you observe objectively, verify measurements for position and size changes, and only accept clear visual evidence that goals were met.

What tools work for visual regression testing?▼

Common tools include Chromatic for Storybook components, Percy for cross-browser screenshots, Applitools for AI-powered comparison, BackstopJS for automated regression, and Playwright or Cypress visual comparisons for end-to-end flows.

How do I check WCAG color contrast compliance?▼

Measure the contrast ratio between text and background colors and compare against WCAG 2.1 thresholds: 4.5:1 for normal text and 3:1 for large text. Also verify focus indicators remain visible and text stays readable when scaled.

Can visual validation verify responsive design breakpoints?▼

Yes, capture screenshots at each target breakpoint and verify layout behavior such as navigation collapse, element stacking, and spacing. Confirm consistency across mobile, tablet, and desktop viewports rather than assuming code media queries work.

Why does visual testing fail even when code changes are correct?▼

Code changes do not guarantee visual results due to font loading issues, animation timing, caching, or browser rendering differences. Always base conclusions on direct screenshot observation, never on implementation details.