agynioagynioOfficialยท1 Agent Skills Included

gh-pr-review

Inline GitHub PR review comments and threads from terminal

Views complete inline pull request review threads with file and line context directly from the terminal. Replies to comments, resolves threads, and submits reviews without switching to the GitHub web interface. Returns compact, structured JSON that eliminates multi-step API calls and noisy metadata for faster automated code review.
npx skills add agynio/gh-pr-review --all -g -y
Available:

Instructs your AI agent on the exact commands, filters, and ID formats to view, reply to, submit, and resolve GitHub pull request review threads.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’