validate

Audit UI components and interactions against accessibility standards via CDP.

1|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/tyroneross/interface-built-right --skill validate-tyroneross
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate
Source: https://github.com/tyroneross/interface-built-right/tree/main/.codex-plugin/skills/validate
Command: npx skills add https://github.com/tyroneross/interface-built-right --skill validate-tyroneross

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the gap between design intent and actual implementation by providing a deterministic way to audit, scan, and verify UI components, flows, and accessibility.

Core Features & Use Cases

  • Automated UI Auditing: Perform full-page scans for layout, semantic state, and accessibility compliance.
  • Interaction Verification: Execute and validate user flows like logins or form submissions with real-time feedback.
  • Visual Regression: Compare live interfaces against approved visual targets to ensure design consistency.

Quick Start

Use the validate skill to scan the current page for accessibility issues and verify that the primary login flow functions as expected.

Frequently Asked Questions about validate

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

FAQPage Schema
How do I audit UI components for accessibility compliance and semantic state?

You can perform full-page UI audits to check layout, semantic state, and accessibility compliance. The validation process uses a CDP-based engine to capture snapshots and analyze console health without external dependencies.

Can I automate interaction testing for user flows like logins and form submissions?

Yes, interaction verification executes and validates user flows like logins or form submissions in real-time. It applies CDP-based assertions to ensure web and mobile interface interactions function as intended.

Does this UI validation tool require external dependencies or testing frameworks?

No, UI validation requires no external dependencies. It operates using a CDP-based engine to execute assertions, capture snapshots, and analyze console health without needing additional testing frameworks.

What is the best way to compare live interfaces against approved visual targets for regression testing?

Visual regression testing compares live interfaces against approved visual targets to ensure design consistency. It verifies that web and mobile interfaces match the intended design without unintended layout changes.

When should I use an automated UI audit instead of manual interface testing?

Use automated UI auditing when you need deterministic regression testing and semantic state verification across web and mobile interfaces. It provides consistent, repeatable validation of accessibility standards without manual inspection.