E2E Flow Verifier Product verification skill that drives user flows with the qe-browser fleet skill (Vibium engine), asserts state at each step, and records evidence as a ZIP of screenshots + DOM snapshots. Activation Dependency This skill uses for all browser automation. The binary is installed automatically by . See for the full command reference. Flow Verification Pattern (qe-browser + batch + assert) Define the flow as a JSON batch plan and drive it with the qe-browser batch runner: The batch runner exits non-zero if any step fails, so CI gates work with a plain check. Evidence Collection…