GitHub PR And Issue Triage CLI Extension Guide

Choose a PR review, stacked PR, dependency PR, metrics, issue search, or milestone helper without trying every maintainer tool first.

11 PR & Issues extensions 8 active Reviewed 2026-06-08

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

pr-review Inline review threads Reviewers who want inline PR review workflows in the terminal. gh extension install agynio/gh-pr-review
stack Stacked pull requests Teams that split large changes into dependent PRs. gh extension install github/gh-stack
prism Focused PR review Developers who want a focused PR review helper. 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.

dependabot Dependabot PR review Teams that process many dependency update pull requests. gh extension install einride/gh-dependabot
dep Dependency PR queue TUI Teams with many Dependabot or Renovate pull requests. gh extension install jackchuka/gh-dep
metrics PR review metrics Maintainers who track review and merge health. 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.