What problem does it solve? Agents working on the Invoker desktop app often claim UI changes are done without evidence. This Skill closes that loop by routing every UI or live-path claim through deterministic verification commands instead of asking a human to check. ## Core Features & Use Cases - Feature-mapped proving: A catalog under references/features/ maps each UI surface (command palette, workflows, merge gate, terminal drawer, and more) to a concrete Playwright spec or repro command, run via prove <feature-id>. - Environment doctor and drift gate: doctor fails closed on stale UI/app builds and missing Playwright, while catalog --check enforces that required sidebar testids and prove paths still exist. - Isolated Electron driving and visual proof: Drive commands (screenshot, click, press, send) launch an isolated Electron build — never the user's open window — and visual-proof wraps capture-before/after/compare for PR pixel evidence. - Use Case: After changing the command palette behavior, run doctor, then prove command-palette, capture a screenshot, and only then claim the change is verified. ## Quick Start Ask the agent to verify the Invoker command palette change by running the verify skill's doctor and prove command-palette commands and showing the screenshot evidence.