Release Sanity
Instant risk signal for every pull request
Release Sanity – Instant risk signal for every pull request
Summary: Release Sanity analyzes pull request diffs and posts an instant release risk assessment directly on the PR. It highlights risky areas such as authentication, APIs, billing, migrations, and deployment configuration, and provides a release-readiness checklist that updates as the PR changes.
What it does
It scans pull request diffs to identify potential risk areas and posts a structured comment showing risk levels (HIGH, MEDIUM, LOW) along with a checklist for release readiness. The comment updates dynamically as the PR is modified.
Who it's for
Release Sanity is designed for development teams and reviewers managing large or complex pull requests who need quick risk insights before merging.
Why it matters
It helps teams detect risky changes buried in large diffs, enabling faster sanity checks and reducing the chance of releasing problematic code.