What problem does it solve? Documenting UI changes for pull requests or design reviews requires manually taking screenshots, uploading them, and formatting comparison tables, which is repetitive and error-prone. ## Core Features & Use Cases - Automated Screenshot Capture: Capture before/after screenshots of two URLs or existing image files using the @vercel/before-and-after CLI, with support for CSS selectors, mobile/tablet viewports, and full-page capture. - Image Upload & Markdown Generation: Upload screenshots via pluggable storage adapters (0x0.st, GitHub Gist, custom blob endpoint) and generate a ready-to-paste markdown comparison table. - PR Integration: Append the generated before/after markdown table directly to a GitHub pull request body using the gh CLI. - Use Case: You just restyled a landing page on localhost:3000. Run the skill against the production URL and your local server to produce a side-by-side screenshot table, then attach it to your PR automatically. ## 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.