Maintainers who live in PR, issue, and notification queues.
Avoid if: You prefer one-off commands over a persistent TUI.
gh extension install dlvhdr/gh-dashPick a workflow and compare a small reviewed starting set before installing anything.
maintainer, dashboard, notifications, notifyMaintainers who live in PR, issue, and notification queues.
Avoid if: You prefer one-off commands over a persistent TUI.
gh extension install dlvhdr/gh-dashReviewers who want inline PR review workflows in the terminal.
Avoid if: Your team reviews exclusively in the GitHub web UI.
gh extension install agynio/gh-pr-reviewDevelopers who want notification awareness without the browser.
Avoid if: You already manage notifications through email or mobile.
gh extension install meiji163/gh-notifyissues, review, pull-requestsReviewers who want inline PR review workflows in the terminal.
Avoid if: Your team reviews exclusively in the GitHub web UI.
gh extension install agynio/gh-pr-reviewTeams that split large changes into dependent PRs.
Avoid if: Your team avoids stacked changes.
gh extension install github/gh-stackTeams that process many dependency update pull requests.
Avoid if: You do not use Dependabot.
gh extension install einride/gh-dependabotci, workflowsDevelopers who want an interactive terminal UI for GitHub Actions workflows.
Avoid if: You only need basic workflow status output or prefer the GitHub web UI.
gh extension install dlvhdr/gh-enhanceCI owners investigating slow or flaky workflows.
Avoid if: You only need the latest run status.
gh extension install fchimpan/gh-workflow-statsEnterprise teams migrating from other CI systems.
Avoid if: Your project is already on GitHub Actions.
gh extension install github/gh-actions-importeragents, modelsDevelopers experimenting with GitHub-native agent workflows.
Avoid if: You are not using agentic automation yet.
gh extension install github/gh-awDevelopers testing prompts and models from the terminal.
Avoid if: You do not use GitHub Models.
gh extension install github/gh-modelsUsers connecting AI tools to GitHub through MCP.
Avoid if: You do not use MCP-compatible clients.
gh extension install shuymn/gh-mcpbranch, cleanup, repo-cleanupDevelopers who want a trustworthy branch cleanup default.
Avoid if: You want to manually inspect every branch before deletion.
gh extension install seachicken/gh-poiDevelopers with many local branches.
Avoid if: You want only automated cleanup rather than manual selection.
gh extension install mislav/gh-branchDevelopers who often install tools from GitHub releases.
Avoid if: You already use a package manager for all release binaries.
gh extension install redraw/gh-installmarkdown, readmeREADME, issue template, and documentation review.
Avoid if: You need fully offline preview support.
gh extension install yusukebe/gh-markdown-previewWriters who need Markdown preview without relying on GitHub web UI.
Avoid if: You only need the simplest browser-based preview.
gh extension install thiagokokada/gh-gfm-previewdiscovery, code-searchFinding repositories quickly from a terminal workflow.
Avoid if: You need advanced code search rather than repository search.
gh extension install gennaro-tedesco/gh-sSearching repository content without cloning.
Avoid if: You need local ripgrep speed across checked-out code.
gh extension install k1LoW/gh-grepDevelopers who want interactive code search from the terminal.
Avoid if: You need local search inside a checked-out repository.
gh extension install LangLangBart/gh-find-codeadmin, complianceTeams that need SBOM output during release or compliance work.
Avoid if: Your SBOM workflow is already handled by another build step.
gh extension install advanced-security/gh-sbomDevelopers working with GitHub App authentication.
Avoid if: You only use personal access tokens or browser flows.
gh extension install Link-/gh-tokenEnterprise teams migrating repositories to GitHub Enterprise Cloud.
Avoid if: You are not running GitHub migration projects.
gh extension install github/gh-gei