validate-ui

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Comprehensive end-to-end validation of the Archon Web UI using browser automation and codebase review. Use when: User wants to validate, test, or audit the Archon web interface, find UI/UX bugs, test workflow management, verify parallel agent orchestration, or run comprehensive browser-based E2E tests. Triggers: "validate ui", "test the ui", "e2e test", "browser test", "validate archon", "test archon ui", "ui audit", "ux review", "comprehensive test", "validate everything". Capability: Starts Archon, runs exhaustive browser automation tests via agent-browser CLI, performs codebase review, and produces a detailed bug/UX report. NOT for: Unit tests (use bun test), CLI-only validation (use /validation:validate-simple).

  • Note: This description uses the same semantic content as the skill specification to explain scope and capabilities.

Core Features & Use Cases

  • End-to-end UI validation using browser automation and codebase review.
  • Detect UI regressions across dashboards, chat, workflows, and project management views.
  • Produce a comprehensive bug/UX report for rapid remediation.

Quick Start

Run the full Archon UI validation using agent-browser to execute browser-based tests and generate a detailed bug/UX report.

Frequently Asked Questions about validate-ui

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

FAQPage Schema
How do I run end-to-end UI validation for Archon using browser automation?

End-to-end UI validation for Archon automates browser tests via the agent-browser CLI, starts the Archon environment, runs exhaustive workflow checks, and generates a detailed bug and UX report.

What is the best way to test parallel agent orchestration and UI workflows in Archon?

Testing parallel agent orchestration and UI workflows in Archon involves running comprehensive E2E browser automation tests that validate dashboards, chat interfaces, and project management views across development and staging environments.

Can I use this E2E UI audit to detect regressions across Archon development and staging environments?

Yes, this E2E UI audit detects UI regressions across Archon dashboards, chat, workflows, and project management views by applying browser automation and codebase review across development and staging environments.

Does this browser-based UI validation replace unit tests for Archon?

No, browser-based UI validation does not replace unit tests. You should use `bun test` for unit tests, whereas this validation focuses on comprehensive browser-based E2E testing and UX review.

When should I avoid using automated E2E UI testing for Archon?

You should avoid automated E2E UI testing for Archon if you need unit tests or CLI-only validation, as this approach specifically targets browser-based workflows, parallel agent orchestration, and comprehensive UX reviews.

What does a comprehensive Archon UI audit report include?

A comprehensive Archon UI audit report includes detailed bug and UX findings generated from exhaustive browser automation tests and codebase reviews, enabling rapid remediation of UI regressions.