visual-verify

Installation
SKILL.md

Visual Verify

Verify UI correctness through DOM assertions plus screenshot evidence. DOM assertions decide ordinary pass/fail; for spatial problems, annotated screenshots are first-class evidence and must be inspected before the final verdict.

Prerequisites

  • Install deps if needed: cd SKILL_DIR && npm install

Chrome CDP is handled automatically in Step 1. No manual browser setup required.

Artifact Directory

At task start, determine a session directory:

SESSION_DIR = .verify/<feature>-<MMDD-HHmm>

Create it before writing any artifacts. All task-specific files go under SESSION_DIR. Global persistent memory lives in .verify/memory/.

Installs
7
GitHub Stars
11
First Seen
May 7, 2026
visual-verify — hixuanxuan/browser-automation