What problem does it solve? Proving that a bug fix or feature actually works requires showing the user path failing before and passing after, but screenshots alone are easy to fake or misattribute. This Skill captures truthful, hash-verified before/after evidence from two separate Git checkouts and compares them into one auditable manifest. ## Core Features & Use Cases - Real Browser Capture: Drives a headless Chromium browser over the DevTools Protocol with real mouse and keyboard events, recording screenshots, screencasts, and visible-text assertions bound to the exact commit SHA. - CLI and HTTP Recipes: Records command transcripts with exit codes and HTTP responses with status codes for nonvisual changes, with automatic redaction of tokens, keys, and emails. - Honest Comparison Manifests: Produces red-green, mismatch, capture-failed, or before-unavailable verdicts; blocked captures are never simulated or converted into passes. - PR Publication: Publishes validated media into a pull request's marked before-and-after block via the GitHub CLI, with content-hash receipts, foreign-block detection, and read-back verification. - Use Case: After fixing a failing counter button, capture the broken behavior from the base commit and the working behavior from the candidate branch, then attach the verified screenshot pair to the PR for reviewers. ## Quick Start Ask the agent to capture before and after evidence for a scenario from VERIFY.md by running the base and candidate builds in separate worktrees and comparing the captures into one manifest.