← All plugins
gh-dash
v1.6.0GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.
Claude Code1 skill
by Jake KozloskiMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/devops/gh-dash/ inside the repository.
Layout
plugins/devops/gh-dash/
├── .claude-plugin/plugin.json└── skills/gh-dash/SKILL.md
Skills1
gh-dashskills/gh-dash/SKILL.md
Provides a GitHub pull request dashboard directly in the terminal. Use when the user wants to view PR status, check CI/CD progress, review bot comments, or merge pull requests without leaving Claude Code. Trigger with phrases like "show PR dashboard", "PR status", "check CI progress", "merge this PR", or "review pull request".
Manifests1
plugins/devops/gh-dash/.claude-plugin/plugin.json
{
"name": "gh-dash",
"version": "1.6.0",
"description": "GitHub PR dashboard for Claude Code. View PR status, CI/CD progress, bot comments, and merge PRs directly from your terminal.",
"author": {
"name": "Jake Kozloski",
"email": "jakozloski@gmail.com"
},
"homepage": "https://github.com/jakozloski/claude-code-gh-dash",
"repository": "https://github.com/jakozloski/claude-code-gh-dash",
"license": "MIT",
"keywords": [
"github",
"pull-request",
"ci-cd",
"dashboard",
"devops",
"merge",
"code-review"
]
}