validate-ui

Automate end-to-end Archon Web UI validation via browser automation and codebase review.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/az9713/Archon-tutorial --skill validate-ui-az9713
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: validate-ui
Source: https://github.com/az9713/Archon-tutorial/tree/main/.claude/skills/validate-ui
Command: npx skills add https://github.com/az9713/Archon-tutorial --skill validate-ui-az9713

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive end-to-end validation of the Archon Web UI using browser automation and codebase review to identify UI/UX issues, regressions, and workflow defects that hinder user experience.

Core Features & Use Cases

  • Automated browser-based UI validation across the dashboard, chat, projects, workflows, and SSE flows using agent-browser.
  • Codebase review and UI health reporting to surface UX gaps and reliability risks in Archon.
  • Use Case: QA teams can run deterministic UI validations to catch regressions before release and generate a detailed bug/UX report for stakeholders.

Quick Start

Run the validate-ui skill against a running Archon instance to generate a comprehensive UI health report.

Frequently Asked Questions about validate-ui

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

FAQPage Schema
How do I automate end-to-end UI testing for real-time SSE interactions and dashboards?

You validate Archon Web UI by running automated browser tests against a live instance. The skill executes deterministic test scripts across dashboards, chat interfaces, and workflows, generating a comprehensive UI health report.

What is the best way to catch UI regressions across multiple user roles and projects?

Catching UI regressions across multiple user roles is best done via automated end-to-end validation. Browser automation applies deterministic scripts to project management interfaces, surfacing workflow defects and UX gaps before release.

Does this automated browser validation work for chat interfaces and project management workflows?

Yes, automated browser validation works for chat interfaces and project management workflows. The skill applies browser automation and codebase review to identify reliability risks and UX issues across these specific Archon components.

Do I need a running instance to execute deterministic UI validation scripts?

Yes, you need a running Archon instance to execute deterministic UI validation scripts. The browser automation requires a live environment to validate real-time SSE interactions and generate reproducible test results.

What limitations exist when validating real-time SSE interactions with browser automation?

Limitations when validating SSE interactions include the need for reproducible environments and strict front-end validation. The automated tests rely on structured error handling to accurately capture real-time workflow defects without flaky results.