Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By jakozloski
View and manage GitHub pull requests from the terminal: see CI/CD status, review changes, merge with squash/merge/rebase, and automatically run follow-up actions after PR creation
npx claudepluginhub jakozloski/claude-code-gh-dashA Claude Code plugin that displays GitHub PR status, CI/CD checks, and merge capability directly in your terminal.
git clone https://github.com/jakozloski/claude-code-gh-dash.git
claude --plugin-dir /path/to/claude-code-gh-dash
Add to your shell config for permanent use:
alias claude="claude --plugin-dir /path/to/claude-code-gh-dash"
Add to your project's .claude/plugins.json:
{
"plugins": ["github:jakozloski/claude-code-gh-dash"]
}
GitHub CLI - The plugin uses gh CLI for all GitHub operations:
brew install gh
gh auth login
/gh-dash:pr
┌────────────────────────────────────────────────────────────┐
│ PR #98: test: add test comment for PR plugin testing v7 │
│ test/pr-plugin-test-7 → main │
├────────────────────────────────────────────────────────────┤
│ Status OPEN · Mergeable ✅ │
│ Changes 3 files · +45 −12 │
├────────────────────────────────────────────────────────────┤
│ CI/CD [████████░░░░░░░░░░░░] 40% (8/20) │
│ ✅ 6 passed ⏳ 6 running ⏭️ 8 skipped │
├────────────────────────────────────────────────────────────┤
│ ⏳ Running Lint, Type Check, Unit Tests, Vercel │
├────────────────────────────────────────────────────────────┤
│ 💬 Comments │
│ 🐛 Bugbot: Removed test comment (diff now empty) │
│ 🐰 CodeRabbit: ✅ LGTM - Trivial │
│ 📊 Coverage: 20.31% (1991/9802 lines) │
├────────────────────────────────────────────────────────────┤
│ 🔗 Links │
│ PR: https://github.com/owner/repo/pull/98 │
│ Preview: https://your-preview-url.vercel.app │
├────────────────────────────────────────────────────────────┤
│ ⚡ Actions │
│ /gh-dash:pr --merge (squash - default) │
│ /gh-dash:pr --merge merge (merge commit) │
│ /gh-dash:pr --merge rebase (rebase) │
└────────────────────────────────────────────────────────────┘
# Squash merge (default)
/gh-dash:pr --merge
# Merge commit
/gh-dash:pr --merge merge
# Rebase
/gh-dash:pr --merge rebase
| Icon | Meaning |
|---|---|
| ✅ | Success / Approved / LGTM |
| ❌ | Failed / Changes requested |
| ⏳ | In Progress / Pending |
| ⏭️ | Skipped / Neutral |
| ⚠️ | Merge conflicts |
| Icon | Bot |
|---|---|
| 🐰 | CodeRabbit |
| 🐛 | Cursor Bugbot |
| 📊 | Coverage reports |
| ▲ | Vercel |
The plugin includes a PostToolUse hook that automatically suggests running the PR dashboard after creating a PR with gh pr create.
The hook is located at hooks/hooks.json and uses a shell script (hooks/pr-trigger.sh) to detect when a PR is created.
Note: If using the plugin via --plugin-dir, the hook is automatically loaded. If you want to add it manually to your project, add to .claude/settings.json:
{
"hooks": {
"PostToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "/path/to/claude-code-gh-dash/hooks/pr-trigger.sh"
}
]
}
]
}
}
Requires: jq for JSON parsing (brew install jq)
MIT
Executes bash commands
Hook triggers when Bash tool is used
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Create and update pull requests with proper formatting
Code review and worktree workflow commands
this is to analyze the PRs and solve the requested changes in them
20 SEO/GEO skills and 5 commands on one shared contract for keyword research, content creation, technical audits, schema markup, monitoring, quality gates, entity truth, and campaign memory.
Complete PRP workflow automation - plan, implement, debug, review, commit, and PR commands with specialized agents
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim