gh-dash
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".
What this skill does
# 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, fail, pending), elapsed time, and a visual progress indicator
- Failed checks include the failure reason and a link to the full log
3. **Review bot comments:**
- Ask: "What did the bots say?" or "Show code review comments"
- The skill filters PR comments to identify automated reviewers (CodeRabbit, Dependabot, coverage bots) and summarizes their findings separately from human reviews
4. **Merge the PR:**
- Ask: "Merge this PR" or "Squash merge"
- Supported strategies: `squash` (default), `merge`, `rebase`
- The skill checks for required reviews, passing CI, and branch protection before attempting the merge
- After merging, it optionally deletes the remote branch and checks out the default branch
5. **View file changes:**
- Ask: "What files changed in this PR?"
- Displays a summary of files added, modified, and deleted with line counts
## Output
The skill produces formatted terminal output covering:
- **PR Summary**: Title, description, author, branch, labels, reviewers, and age of the PR.
- **CI/CD Status Table**: Each workflow check listed with status icon, check name, elapsed time, and conclusion. A progress bar shows overall completion percentage.
- **Bot Comment Summary**: Grouped by bot type, showing the number of comments, key findings (e.g., "CodeRabbit found 3 suggestions"), and links to individual comments.
- **Files Changed**: Table of modified files with insertions/deletions counts and file type indicators.
- **Merge Result**: Confirmation of merge strategy used, resulting commit SHA, and branch cleanup status.
## Examples
### Example 1: Quick PR Status Check
**User:** "What's the status of my PR?"
The skill will:
1. Run `gh pr view --json title,state,reviews,statusCheckRollup,additions,deletions,changedFiles` to gather data.
2. Display a formatted summary showing the PR title, review approvals, and CI status.
3. Highlight any blockers: failing checks, requested changes, or missing required reviews.
### Example 2: Merge After CI Passes
**User:** "Merge this PR with squash."
The skill will:
1. Verify all required status checks are passing with `gh pr checks`.
2. Confirm the PR has sufficient approvals.
3. Execute `gh pr merge --squash --delete-branch` to squash-merge and clean up the branch.
4. Report the merge commit SHA and confirm the remote branch was deleted.
### Example 3: Review Bot Feedback
**User:** "Summarize the bot comments on this PR."
The skill will:
1. Fetch all PR comments with `gh api repos/{owner}/{repo}/pulls/{number}/comments`.
2. Identify automated comments by known bot usernames and patterns.
3. Group findings by bot: CodeRabbit suggestions, coverage report deltas, security scan results.
4. Present a concise summary with links to the full comments for follow-up.
## Prerequisites
- **GitHub CLI (`gh`)** must be installed and authenticated (`gh auth status` to verify).
- The current directory must be inside a git repository with a GitHub remote.
- Appropriate permissions for the operations requested (write access for merging).
## Error Handling
- **No PR found for current branch:** Suggests creating a PR with `gh pr create` or checking out the correct branch.
- **CI checks still running:** Reports which checks are pending and offers to wait or proceed.
- **Merge blocked:** Clearly states the blocking reason (failed checks, missing reviews, branch protection) and suggests remediation steps.
- **GitHub CLI not installed:** Detects missing `gh` command and provides installation instructions for the current platform.
## Resources
- [GitHub CLI manual](https://cli.github.com/manual/) — official `gh` command reference
- [GitHub REST API docs](https://docs.github.com/en/rest) — underlying API for PR data and checks
- [GitHub pull request documentation](https://docs.github.com/en/pull-requests) — PR workflows, reviews, and merge strategies
Related in Cloud & DevOps
appbuilder-action-scaffolder
IncludedCreate, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to add actions to an App Builder project, understand action structure (params, response format, web/raw actions), configure actions in the manifest, use App Builder SDKs (State, Files, Events, database), deploy and invoke actions via CLI, debug action issues, or implement patterns such as webhook receivers, custom event providers, journaling consumers, large payload redirects, action sequence pipelines, and Asset Compute workers. Also trigger when users mention serverless functions in Adobe context, action logging, IMS authentication for actions, or cron-style scheduled actions.
orchestrating-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. Use this skill when the user needs a multi-step Data Cloud pipeline, cross-phase troubleshooting, or data space and data kit management. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase sf data360 workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching phase-specific skill), the task is STDM/session tracing/parquet telemetry (use observing-agentforce), standard CRM SOQL (use querying-soql), or Apex implementation (use generating-apex).
github-project-automation
IncludedAutomate GitHub repository setup with CI/CD workflows, issue templates, Dependabot, and CodeQL security scanning. Includes 12 production-tested workflows and prevents 18 errors: YAML syntax, action pinning, and configuration. Use when: setting up GitHub Actions CI/CD, creating issue/PR templates, enabling Dependabot or CodeQL scanning, deploying to Cloudflare Workers, implementing matrix testing, or troubleshooting YAML indentation, action version pinning, secrets syntax, runner versions, or CodeQL configuration. Keywords: github actions, github workflow, ci/cd, issue templates, pull request templates, dependabot, codeql, security scanning, yaml syntax, github automation, repository setup, workflow templates, github actions matrix, secrets management, branch protection, codeowners, github projects, continuous integration, continuous deployment, workflow syntax error, action version pinning, runner version, github context, yaml indentation error
sf-datacloud
IncludedSalesforce Data Cloud product orchestrator for connect→prepare→harmonize→segment→act workflows. TRIGGER when: user needs a multi-step Data Cloud pipeline, asks to set up or troubleshoot Data Cloud across phases, manages data spaces or data kits, or wants a cross-phase `sf data360` workflow. DO NOT TRIGGER when: work is isolated to a single phase (use the matching sf-datacloud-* skill), the task is STDM/session tracing/parquet telemetry (use sf-ai-agentforce-observability), standard CRM SOQL (use sf-soql), or Apex implementation (use sf-apex).
fabric-cli
IncludedUse this skill for Fabric.so CLI workflows with the `fabric` terminal command: diagnose/install/login, search or browse a Fabric library, save notes/links/files, create folders, ask the Fabric AI assistant, manage tasks/workspaces, generate shell completion, check subscription usage, produce JSON output, and use Fabric as persistent agent memory. Do not use for Microsoft Fabric/Azure/Power BI `fab`, Daniel Miessler's Fabric framework, Python Fabric SSH, Fabric.js, or textile/fashion fabric.
lark
IncludedLark/Feishu CLI skills: lark-cli operations for docs, markdown, sheets, base, calendar, im, mail, task, okr, drive, wiki, slides, whiteboard, apps, approval, attendance, contact, vc, minutes, event. Use when the user needs to operate Lark/Feishu resources via lark-cli, send messages, manage documents, spreadsheets, calendars, tasks, OKRs, deploy web pages, or any Feishu/Lark workspace operations.