gh-dash

Featured

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".

AI & Automation 2,359 stars 334 forks Updated today MIT

Install

View on GitHub

Quality Score: 99/100

Stars 20%
100
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# gh-dash ## Current State !`git rev-parse --abbrev-ref HEAD 2>/dev/null || echo 'Not in a git repo'` !`gh auth status 2>&1 | head -1` GitHub pull request dashboard for Claude Code with CI/CD monitoring and merge capabilities. ## Overview This skill brings a complete GitHub pull request dashboard into your terminal workflow. Instead of switching to a browser to check PR status, review CI results, or merge branches, gh-dash consolidates all PR information into a single view. It displays real-time CI/CD progress with a visual progress bar, detects and summarizes bot comments (CodeRabbit, Cursor Bugbot, Coverage reporters), shows files changed with line-level statistics, and provides one-command merge operations with support for squash, merge commit, and rebase strategies. The skill relies on the GitHub CLI (`gh`) for all API interactions, so it works with any GitHub repository where you have appropriate permissions. It respects branch protection rules, required reviews, and status checks, surfacing any blockers clearly before allowing merge operations. ## Instructions 1. **View PR status** for the current branch: - Navigate to the repository directory - Ask: "Show me the PR dashboard" or "What's the status of my PR?" - The skill runs `gh pr view` and `gh pr checks` to gather PR metadata, review status, and CI results 2. **Check CI/CD progress:** - Ask: "How are the CI checks doing?" or "Is CI passing?" - The skill displays each check with its status (pass...

Details

Author
jeremylongshore
Repository
jeremylongshore/claude-code-plugins-plus-skills
Created
8 months ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category