Developer tool for pull requests

Show the change.

Record a local Chromium demo, capture test output, and generate a review kit before you open the PR.

npx demo-this-pr
View package
DEMO THIS PR

Generated evidence

A real run, not a mockup.

This section uses the exact MP4 and HTML report generated from the agent-me run.

Exact local MP4 Generated from agent-me Controls for review
.demo-this-pr/runs/20260516-171029-205-main/PR_REVIEW.html

Built for developers who want reviewers to see behavior, not infer it from screenshots and vague PR text.

01

Local by default.

The video stays on your machine. Nothing is uploaded automatically.

02

Evidence, not claims.

MP4, screenshots, changed files, test output, and a copyable PR report.

03

Agent-friendly.

Works from any shell, Codex, Claude Code, Cursor, Windsurf, Jenkins, or CI runner.

CI mode

Headless. Deterministic. Archivable.

Use a stable output directory when you need PR evidence from Jenkins, GitHub Actions, Codex Cloud, or another runner.

ci
$ npx demo-this-pr@1.0.0 ci

CI demo generated
HTML: .demo-this-pr/ci/PR_REVIEW.html
Video: .demo-this-pr/ci/assets/demo-this-pr.mp4

One command in the repo you are already changing.

No SaaS account. No hosted recorder. No external AI API.

artifacts
.demo-this-pr/runs/<run-id>/
  PR_REVIEW.md
  PR_REVIEW.html
  assets/demo-this-pr.mp4
  demo-plan.json
  mcp-playwright-demo.js
  pr-demo.spec.ts

Review kit

Everything lands in the working tree.

Review locally, archive in CI, or paste the Markdown into a PR description when the evidence is ready.

Commands developers actually use.

npx demo-this-pr npx demo-this-pr --cwd /path/to/repo npx demo-this-pr demo --url http://127.0.0.1:5173 npx demo-this-pr runs --delete