verify-ui

Automates visual UI verification of Skaile platform changes using browser automation.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/skaile-ai/ai-assets --skill verify-ui-skaile-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-ui
Source: https://github.com/skaile-ai/ai-assets/tree/main/skaile-development/skills/verify-ui
Command: npx skills add https://github.com/skaile-ai/ai-assets --skill verify-ui-skaile-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Visual verification of Skaile platform UI changes using browser automation to ensure pages render correctly, navigation works, and interactive elements are present across features.

Core Features & Use Cases

  • Automated cross-page rendering checks for dashboards, navigation, and key controls
  • Support for smoke tests and full verifications guided by references in the UI verification suite
  • Use case: after a UI change, run this skill to confirm critical pages render and navigation flows function as expected.

Quick Start

Run verify-ui after UI changes to automatically verify pages render correctly, navigation works, and key interactive elements are present.

Frequently Asked Questions about verify-ui

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

FAQPage Schema
How do I automate UI verification after making changes to a web dashboard?

Automated UI verification uses browser automation to validate page rendering, navigation, and interactive elements after changes. It checks dashboards and critical UI areas to ensure everything functions as expected before deployment.

What is the difference between a smoke test and full verification scope for visual testing?

Visual testing verification scopes differ by depth: smoke tests quickly validate critical pages and basic navigation, while full verification comprehensively checks all rendering, navigation flows, and interactive elements across the platform.

Can I use browser automation to check if navigation and interactive elements render correctly?

Yes, browser automation validates that navigation flows function and key interactive elements are present. It automatically loads reference material to drive checks across pages and produces a detailed verification report.

Do I need agent-browser or chrome-devtools tools to run automated UI checks?

Automated UI checks use agent-browser or chrome-devtools browser automation tools to validate rendering. These tools drive the browser to confirm pages load correctly, navigation works, and interactive elements are present.

When should I run automated visual verification on my platform?

Run automated visual verification post-change to confirm critical pages render and navigation flows function as expected. It is applied as post-change validation across dashboards, navigation, and critical areas to catch rendering issues.