gh-pr-review
Inline GitHub PR review comments and threads from terminal
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install gh-pr-review?โผ
Run `npx skills add agynio/gh-pr-review --all -g -y` in your terminal to install this skill globally.
How to view inline PR review comments in the terminal?โผ
Run `gh pr-review review view -R owner/repo --pr <number>` to see all reviews, inline comments, and thread replies as structured JSON. Use filters like `--unresolved` or `--reviewer` to narrow results.
Can I reply to and resolve review threads from the CLI?โผ
Yes. Use `gh pr-review comments reply` with a thread ID to reply, and `gh pr-review threads resolve` to mark a thread as resolved, all without opening the browser.
Is gh-pr-review suitable for automated code review agents?โผ
Yes. It returns compact, deterministic JSON with pre-joined threads and server-side filters, making it ideal for automated PR review workflows.
Does gh-pr-review work with the standard GitHub CLI?โผ
Yes. It installs as a `gh` extension and adds the `gh pr-review` command family, covering gaps where the built-in `gh` tool cannot show inline review threads.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core