pr-status

Aggregate open pull requests and issues from GitHub via gh CLI.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill pr-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-status
Source: https://github.com/alistairhendersoninfo/ninja_toolbox/tree/main/.claude/skills/pr-status
Command: npx skills add https://github.com/alistairhendersoninfo/ninja_toolbox --skill pr-status

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Show the status of open pull requests and issues in a concise, actionable view, so teams never miss important changes or discussions.

Core Features & Use Cases

  • Summary Mode: Display all open PRs and issues in organized tables for quick scanning.
  • PR Detail Mode: Drill into a specific PR to reveal its title, author, creation date, labels, and status.
  • Issue Detail Mode: Drill into a specific issue to reveal its title, author, creation date, labels, and status.
  • Use Case: Run pr-status during daily standups to surface blockers and review workloads.

Quick Start

Run the pr-status command to display current open PRs and issues.

Frequently Asked Questions about pr-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track open pull requests and issues from GitHub?

To track open pull requests and issues from GitHub, you can use a summary mode that aggregates data via GitHub endpoints into organized tables for quick scanning. This provides a concise view of current project statuses.

How do I get a detailed view of a specific GitHub pull request?

To get a detailed view of a specific GitHub pull request, you can use a PR detail mode. This drills into individual PRs to reveal the title, author, creation date, labels, and status for focused review.

Do I need the GitHub CLI to check my repository status?

Yes, you need the GitHub CLI installed to check your repository status. The tool reads pull request and issue data by relying on the gh CLI to access and format the GitHub endpoints output.

What is the best way to view GitHub issues and PRs for daily standups?

The best way to view GitHub issues and PRs for daily standups is running a summary command that surfaces all open items in organized tables. This enables quick scanning to identify blockers and review workloads.

Can I see labels and creation dates for individual GitHub issues?

Yes, you can see labels and creation dates for individual GitHub issues. An issue detail mode drills into specific issues to reveal the title, author, creation date, labels, and status.

Does this GitHub PR tracking tool work without configuring external dependencies?

No, this GitHub PR tracking tool requires the gh CLI dependency to function. It reads PR and issue data directly via GitHub endpoints, meaning the CLI must be present to format the output.