ui-visual-validator

Validates UI modifications through visual evidence, design system compliance, and accessibility checks.

3|Updated Jul 17, 2026
One-click install
npx skills add https://github.com/Javeria-Javaid/Alkhidmat_foundation_lahore --skill ui-visual-validator-javeria-javaid
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ui-visual-validator
Source: https://github.com/Javeria-Javaid/Alkhidmat_foundation_lahore/tree/main/.agent/skills/ui-visual-validator
Command: npx skills add https://github.com/Javeria-Javaid/Alkhidmat_foundation_lahore --skill ui-visual-validator-javeria-javaid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? UI changes often look done in code but fail visually in the browser. This Skill provides a rigorous, skeptical methodology for verifying that UI modifications actually achieved their goals, based solely on visual evidence rather than code assumptions. ## Core Features & Use Cases - Visual Verification: Systematically compare screenshots against stated modification goals, including rotation, position, size, and alignment measurements. - Design System Compliance: Check design tokens, typography, color palettes, spacing, and component library adherence. - Accessibility Assessment: Validate WCAG 2.1/2.2 contrast ratios, focus indicators, keyboard navigation visuals, and responsive breakpoints. - Use Case: After a developer claims a button restyle is complete, use this Skill to analyze the screenshot, confirm contrast ratios meet WCAG standards, and report whether the goal is achieved, partially achieved, or not achieved. ## Quick Start Ask the AI to validate whether the attached UI screenshot meets the stated design change goals and accessibility requirements.

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 analyzing screenshots objectively without inferring results from code changes. Describe what you observe, measure rotations, positions, and sizes, then actively search for evidence the modification failed before declaring success.

What tools work for visual regression testing?▼

Common visual regression 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 testing.

How do I check WCAG color contrast compliance?▼

WCAG contrast validation measures the ratio between foreground and background colors against 2.1/2.2 thresholds. The assessment also covers focus indicator visibility, text scaling, and high contrast mode behavior.

Can visual validation replace functional testing?▼

No, visual validation only confirms what is visible on screen and cannot verify underlying logic, data flow, or behavior. It complements functional and unit testing as a final gate for design and accessibility quality.

Why does a UI change look different but still be wrong?▼

A visible difference does not prove the intended goal was met; the change may be incomplete, misaligned, or applied to the wrong element. Validation must compare each visual element against the stated objective and check edge cases and error states.