What problem does it solve? Reviewers of pull requests with visual changes cannot see what the PR delivers without checking out the branch, and GitHub's CLI cannot upload binary images directly to PR descriptions. ## Core Features & Use Cases - Playwright Screenshot Capture: Reuse existing Playwright test screenshots or write a minimal capture script for docs sites and UI pages. - Temporary Branch Hosting: Push screenshots to an orphan screenshots-temp branch so raw GitHub URLs render images inline in the PR body. - Automated PR Body Updates: Embed markdown image references with gh pr edit and clean up the temporary branch after merge. - Use Case: A PR adds a TypeDoc API reference page to an Astro docs site; run Playwright to capture the pages, push them to the temp branch, and update the PR description so reviewers see the rendered pages inline. ## Quick Start Capture screenshots of the changed docs pages with Playwright, push them to a screenshots-temp branch, and embed the raw image URLs in the PR description using gh pr edit.