5 ms·
Show HN: Gh-PR-review – CLI tool for LLMs to create, read, comment PRs
I built gh-pr-review, an open-source GitHub CLI (gh) extension that lets AI agents fully operate on GitHub Pull Requests.
Repo (try it locally, no signup):
https://github.com/agynio/gh-pr-review https://github.com/agynio/gh-pr-review
What you can try right now
You can install it today and allow LLMs to:
- Open PRs
- Read PR inline review comments
- Get LLM-optimized PR state
- Post reviews and follow-up comments
- Resolve review threads
This enables agents to run full read → fix → update → resolve loops.
Why it exists
gh is already a great tool for automating GitHub and works well as a control surface for agents — except for Pull Requests.
gh-pr-review extends gh with those missing PR-level primitives.
One-line installation: gh extension install agynio/gh-pr-review
The goal is a local, composable primitive, not a hosted service or black-box bot.
Status
This is used every day in our own agent workflows, and people who already installed that.