gh-dash

Provides a GitHub pull request dashboard directly in the terminal. Use when

Content Preview
---
name: gh-dash
description: |
  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".
allowed-tools: Read, Write, Edit, Bash, Glob, Grep
version: 1.0.0
author: Jake Kozloski <[email protected]>
license: MIT
comp
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/gh-dash.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/devops/gh-dash/skills/gh-dash/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/devops/gh-dash/skills/gh-dash/SKILL.md