visual-verify

Visually verify Symphony dashboard and logs UI with automated browser checks.

2|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill visual-verify-omerfarukoruc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: visual-verify
Source: https://github.com/OmerFarukOruc/symphony-orchestrator/tree/main/skills/visual-verify
Command: npx skills add https://github.com/OmerFarukOruc/symphony-orchestrator --skill visual-verify-omerfarukoruc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Visually verify Symphony dashboard and logs UI changes to catch regressions and ensure UI consistency during development and deployments.

Core Features & Use Cases

  • Quick Verify: focused, pixel-accurate checks of the dashboard and logs pages.
  • Full QA workflows: preflight checks, setup, and end-to-end verification with evidence capture.
  • Browser-driven QA: automated visual diffs, error reporting, and screenshots for design reviews.

Quick Start

Start by ensuring agent-browser is installed with its bundled Chrome, and run a Quick Verify session against http://127.0.0.1:4000 to capture baseline visuals.

Frequently Asked Questions about visual-verify

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

FAQPage Schema
How do I automate visual verification for a local UI dashboard?

Automated visual verification captures baseline screenshots of your local UI dashboard and compares them during changes to catch regressions. This Skill uses a headed browser flow with bundled Chrome to perform pixel-accurate checks against the Symphony UI.

What environment variables do I need for browser-driven QA workflows?

Browser-driven QA workflows require MASTER_KEY and LINEAR_API_KEY environment variables, local UI availability, and the agent-browser workflow commands installed with bundled Chrome to execute baseline and comparison visual checks.

Can I run regression tests on Symphony logs and dashboard pages?

Regression tests on Symphony logs and dashboard pages are supported through Quick Verify and Full QA workflows. The tool performs automated visual diffs, error reporting, and captures screenshots for design reviews and UI integrity checks.

What's the best way to catch UI regressions during local development?

The best way to catch UI regressions during local development is running preflight checks and end-to-end verification with evidence capture. This Skill performs focused visual checks against http://127.0.0.1:4000 to ensure UI consistency.

Does visual verification work without a headed browser flow?

Visual verification relies on a headed agent-browser flow with bundled Chrome to capture baseline visuals and perform automated visual diffs. This browser-driven approach is required for accurate pixel comparison and screenshot evidence capture.