What problem does it solve? Reviewers of pull requests with visual changes cannot see what the PR delivers without checking out the branch, and the GitHub CLI cannot upload binary images directly to PR descriptions. ## Core Features & Use Cases - Playwright Screenshot Capture: Reuse existing Playwright test screenshots or run a minimal capture script against a local dev server. - Temporary Branch Hosting: Push screenshots to an orphan screenshots-temp branch so raw.githubusercontent.com URLs render inline in the PR body. - PR Body Embedding and Cleanup: Update the PR description with gh pr edit using embedded markdown images, then delete the temp branch after merge. - Use Case: A PR adds a TypeDoc API reference docs site; run the Playwright tests, push the screenshots to the temp branch, and embed them in the PR body so reviewers see the pages inline. ## Quick Start Capture screenshots of the changed pages with Playwright, push them to a screenshots-temp orphan branch, and embed the raw URLs in the PR description using gh pr edit.