cd /news/developer-tools/show-hn-release-gate-a-cli-that-chec… · home topics developer-tools article
[ARTICLE · art-75255] src=news.ycombinator.com ↗ pub= topic=developer-tools verified=true sentiment=· neutral

Show HN: Release-gate – a CLI that checks AI-agent PRs for risky changes

A developer has released release-gate, a Python CLI that checks AI-agent pull requests for risky changes by comparing a PR branch against a base ref and reporting only introduced modifications. The tool aims to address the difficulty of reviewing AI-agent PRs where changes to prompts, models, tool configs, or model output reaching eval/exec paths may not be obvious in a normal diff. The creator is seeking feedback on whether PR-scoped gating is useful and on reducing noise in static analysis.

read1 min views2 publishedJul 27, 2026

I built this after noticing that AI-agent PRs are hard to review. There are many tools available but it does not show the reason why the code can be problematic in case of agent.

A normal diff can show code changes, but it may not make it obvious that a prompt changed, a model changed, a tool config changed, or model output now reaches an eval/exec path.

release-gate is a Python CLI that compares a PR branch against a base ref and reports only what the PR introduced.

Example:

pip install release-gate release-gate pr --base origin/main It can also create a lockfile for prompts/model/tool config:

release-gate lock . release-gate audit . --lock This is early. I’m mainly looking for feedback on whether PR-scoped gating is useful, and where the static analysis is still too noisy.

Comments URL: [https://news.ycombinator.com/item?id=49067759](https://news.ycombinator.com/item?id=49067759)

Points: 1

── more in #developer-tools 4 stories · sorted by recency
── more on @release-gate 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/show-hn-release-gate…] indexed:0 read:1min 2026-07-27 ·