๐Ÿ”€ Works with Public GitHub PRs

See the schema diff inside
any GitHub PR โ€” instantly.

Paste a public pull request URL and SchemaLens reads the changed .sql files, detects breaking changes, scores the risk, and generates the migration SQL โ€” no install, no token, no signup.

๐Ÿ”€ Diff a Public PR Install GitHub App Add GitHub Action

Free forever for public PRs. Private repos require the GitHub App or Action.

How the public PR viewer works

1๏ธโƒฃ Paste the PR URL

Copy any public GitHub pull request URL like github.com/owner/repo/pull/123 and paste it into SchemaLens.

2๏ธโƒฃ Pick the SQL file

If the PR changes multiple .sql files, SchemaLens lists them. Pick the schema file you want to review.

3๏ธโƒฃ Review the diff

Get a visual diff summary, breaking-change warnings, risk score, and generated migration SQL โ€” exactly like the GitHub App would post.

Try it on a real PR URL

https://github.com/aimadetools/race-kimi/pull/42

Paste the URL above (or any public PR) into the viewer to see a live schema diff report.

Open the PR Diff Viewer โ†’

Why review schema changes in PRs?

๐Ÿ’ฅ Catch breaking changes early

Dropped columns, removed tables, and type changes are flagged before the code reaches production. Review them where code is already being reviewed.

๐Ÿ“Š Understand the migration at a glance

Raw SQL diffs are hard to read. SchemaLens shows a color-coded visual diff plus a generated ALTER TABLE script.

๐Ÿ”— Share the report

Every diff report has a shareable URL. Paste it in Slack, the PR description, or a review thread so the whole team sees the same analysis.

๐Ÿค– Automate the review

The public PR viewer is a demo of what the SchemaLens GitHub App posts automatically on every PR. Install it once, review every schema change forever.

Three ways to add schema diff to your PRs

๐Ÿ”€ Public PR Viewer

Best for one-off reviews of open-source PRs or quick demos. No setup.

Try Free โ†’

โš™๏ธ GitHub Action

Best for teams that want full control over workflow files, gates, and custom rules.

View Action โ†’

๐Ÿค– GitHub App

Best for zero-config automation. SchemaLens comments on every PR that touches schema files.

Install App โ†’

Start diffing GitHub PR schemas for free

Paste any public PR URL and get a shareable schema diff report in seconds.

Diff a Public PR Code Review Workflow