status

Summarize open pull requests, issues, and stuck items in a GitHub repository.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/photon-grove/skills --skill status-photon-grove
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: status
Source: https://github.com/photon-grove/skills/tree/main/skills/status
Command: npx skills add https://github.com/photon-grove/skills --skill status-photon-grove

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a quick overview of repository health by summarizing open pull requests, issues, and potential bottlenecks, enabling faster decision-making.

Core Features & Use Cases

  • Repository Status Dashboard: Displays counts and details of open PRs and issues.
  • Stuck Item Detection: Highlights pull requests that need intervention based on CI, review, or aging.
  • Use Case: When managing a team, quickly identify pending reviews or stalled PRs to prioritize work and prevent delays.

Quick Start

Use the status skill to generate a concise report about your GitHub repository by providing the owner and repository name as arguments.

Frequently Asked Questions about status

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

FAQPage Schema
How do I get a summary of open pull requests and issues in a GitHub repository?

To get a summary of open pull requests and issues, you can use a status tool that fetches data via the gh CLI. It provides a concise dashboard of repository health, including counts and details of open PRs and issues.

How can I detect stalled pull requests that need intervention based on CI or reviews?

To detect stalled pull requests needing intervention, you need a tool that highlights problematic items based on CI failures, pending reviews, or aging. It identifies stuck PRs to help prioritize work and prevent delays.

Do I need gh CLI and local repository access to check GitHub PR and issue status?

Yes, you need gh CLI and local repository access to check GitHub PR and issue status. These prerequisites are required to fetch pull request and issue data, along with optional worktree status if specified.

What's the best way to monitor GitHub repository health for development teams?

The best way to monitor GitHub repository health for development teams is generating a concise report summarizing open PRs, issues, and bottlenecks. This provides situational awareness on project progress for faster decision-making.

Can I identify pending reviews and workflow blocks in my repository?

Yes, you can identify pending reviews and workflow blocks in your repository by summarizing problematic items. This highlights pull requests that need intervention based on CI, review status, or aging to enhance team workflow management.