agent-browser-visual

Installation
SKILL.md

Visual Evidence & Regression — Execution Protocol

Internal template. Entry point: agent-browser skill.


NEVER

NEVER compare screenshots before `wait --load networkidle` — animation frames cause false diffs
NEVER use default diff threshold for pixel-perfect checks — set --threshold 0.05 or lower
NEVER skip baseline update after intentional UI changes — stale baseline = false positives forever
NEVER start `network har start` after navigation — HAR must begin before the requests you want to capture
NEVER start `record start` before opening the page — start after `open` + `wait` to preserve auth state

Use Case Decision Tree

Installs
36
GitHub Stars
3
First Seen
May 5, 2026
agent-browser-visual — owenleezy/agent-browser-skill