gh extension install agynio/gh-pr-review
Start Here
Use the table as a quick chooser. The goal is to separate review-thread work, stacked changes, dependency queues, metrics, and planning tools.
Starter Pack
Inspect the workflow-specific install bundle, then install only the extensions that match your workflow. Do not pipe install bundles directly into a shell.
curl -fsSL https://sjh9714.github.io/gh-extension-atlas/install/starter-packs/pr-review-and-issue-triage.txt
gh extension install agynio/gh-pr-review
gh extension install github/gh-stack
gh extension install einride/gh-dependabot
| If you need to... | Start with | Why | Status | Install |
|---|---|---|---|---|
| Resolve inline PR review threads | pr-review View, navigate, reply to, and resolve PR review threads. |
Best when review comments and replies are the main workflow. | active | gh extension install agynio/gh-pr-review |
| Manage stacked pull requests | stack Manage stacked pull requests on GitHub. |
Useful when large changes are split into dependent PRs. | active | gh extension install github/gh-stack |
| Review pull requests in a focused terminal flow | prism Review pull requests from GitHub CLI. |
A compact PR review option when you do not need a full dashboard. | active | gh extension install kawarimidoll/gh-prism |
| Process Dependabot pull requests | dependabot Review Dependabot pull requests from GitHub CLI. |
Targets the dependency-update review queue directly. | active | gh extension install einride/gh-dependabot |
| Bulk triage dependency update queues | dep Bulk manage dependency pull requests in a TUI. |
A TUI for teams with many Dependabot or Renovate PRs. | active | gh extension install jackchuka/gh-dep |
| Measure PR review health | metrics Summarize pull request metrics. |
Summarizes PR timing and review metrics instead of individual PR details. | active | gh extension install hectcastro/gh-metrics |
| Search issues interactively | i Interactively search GitHub issues. |
A focused issue search flow; verify fit because it is marked watch. | watch | gh extension install gennaro-tedesco/gh-i |
| Create branches and PRs from issues | sherpa Create branches and pull requests from Jira or GitHub issues. |
Good when work starts from a Jira or GitHub issue. | active | gh extension install InditexTech/gh-sherpa |
| Manage milestones from the terminal | milestone Manage GitHub milestones from the terminal. |
Useful when milestone planning is part of maintainer work. | active | gh extension install valeriobelli/gh-milestone |
| Query GitHub Projects with SQL | sql Query GitHub Projects data with SQL. |
Powerful for advanced project data queries, but verify compatibility because it is stale. | stale | gh extension install KOBA789/gh-sql |
First Picks
gh extension install github/gh-stack
gh extension install kawarimidoll/gh-prism
Maintainer Workflow Fit
Use review tools when comments are the work, stack tools when the change shape is the problem, and metrics or milestone tools when you are planning or improving the process.
gh extension install einride/gh-dependabot
gh extension install jackchuka/gh-dep
gh extension install hectcastro/gh-metrics
Freshness Notes
The atlas is a reviewed snapshot, not a live ranking. Recheck upstream repositories before adopting a PR or issue tool, especially when it can comment, resolve threads, update pull requests, or query project data.