gh-dash
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Installation
Open Claude Code and run this command:
/plugin install gh-dash@claude-code-plugins-plus
Use --global to install for all projects, or --project for current project only.
What It Does
GitHub PR dashboard for Claude Code.
Features
/gh-dash:pr- View PR status dashboard- Visual CI/CD progress bar with live updates
- Bot comment detection (CodeRabbit, Cursor Bugbot, Coverage)
- Files changed and lines added/removed stats
- Merge PRs directly from terminal
Skills (1) plugin-local skills
gh-dash
View full skill →
Provides a GitHub pull request dashboard directly in the terminal.
ReadWriteEditBash(gh:*)Bash(git:*)GlobGrep
How It Works
/gh-dash:pr # View PR for current branch
/gh-dash:pr --merge # Squash merge
/gh-dash:pr --merge merge # Merge commit
/gh-dash:pr --merge rebase # Rebase