What problem does it solve? Documenting UI changes for code review requires manually taking screenshots, uploading them to a host, and formatting markdown tables for pull requests, which is repetitive and error-prone. ## Core Features & Use Cases - Automated Screenshot Capture: Captures before and after screenshots of web pages or specific CSS selectors using the @vercel/before-and-after CLI, with mobile, tablet, and full-page viewport options. - Pluggable Image Upload: Uploads screenshots via interchangeable storage adapters (0x0.st, GitHub Gist, or a custom blob endpoint) and generates a ready-to-paste markdown comparison table. - PR Integration: Appends the generated before/after markdown table directly to a GitHub pull request body using the gh CLI. - Use Case: After restyling a landing page, ask the agent to capture the production URL against your local dev server and post the visual comparison to the open PR. ## Quick Start Take before and after screenshots comparing https://mysite.com with http://localhost:3000 and add the markdown table to my current pull request.