jmcvetta

PR Dashboard — Git skill for Claude Code

Git community

Combined PR dashboard — your PRs, review queue, and repo-wide status at a glance.

How to install PR Dashboard

Installs to ~/.claude/skills/jmcvetta-pr-review-toolkit-pr-dashboard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jmcvetta-pr-review-toolkit-pr-dashboard && curl -fsSL https://raw.githubusercontent.com/jmcvetta/pr-review-toolkit/HEAD/commands/pr-dashboard.md -o ~/.claude/skills/jmcvetta-pr-review-toolkit-pr-dashboard/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What PR Dashboard does


description: "Combined PR dashboard — your PRs, review queue, and repo-wide status at a glance"

PR Dashboard

A combined view of your PR landscape — authored PRs, review assignments, and repository-wide statistics.

Usage

/pr-dashboard [--repo ]

Flow

  1. Detect current repository from git remote (or use --repo override)
  2. Fetch in parallel:
    • Your authored open PRs
    • PRs assigned to you for review
    • Repository-wide open PR count and statistics 3

Alternatives in Git

  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
  • Cc Usage — by ryoppippi - Handy CLI tool for managing and analyzing Claude Code usage, based on analyzing local Claude Co 11.7k ★
  • Triage Open Pull Requests — Review, label, and act on all open PRs for a repository using parallel review agents 10.8k ★

Full documentation available on GitHub

View Source Repository