report-approved-prs

Identify approved pull requests authored by the user via GitHub CLI.

4|5|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/Luney-Industries/farty-bobo --skill report-approved-prs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-approved-prs
Source: https://github.com/Luney-Industries/farty-bobo/tree/main/skills/report-approved-prs
Command: npx skills add https://github.com/Luney-Industries/farty-bobo --skill report-approved-prs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Quickly identify your own open pull requests that have been approved by at least one reviewer.

Core Features & Use Cases

  • Report Generation: List open PRs with approvals, allowing you to focus on mergeable items.
  • Scope Flexibility: Filter PRs by current repository, specific owner/org, or all repos.
  • Optional Context Enrichment: For a limited number of results, fetch detailed information about each PR (approvers, review requests, CI status).

Quick Start

To get a report of your approved PRs, you can use the command: report-approved-prs --scope my-org --include-drafts

Frequently Asked Questions about report-approved-prs

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

FAQPage Schema
How do I list my approved GitHub pull requests?

To list your approved GitHub pull requests, you can generate a report that identifies your open PRs with at least one reviewer approval. This allows you to focus on mergeable items across your repositories.

How do I check the CI status for my approved PRs?

You can check CI status for approved PRs by fetching enriched PR data. When fewer than 25 results are found, the tool automatically fetches detailed information including approvers, review requests, and CI status.

Can I filter approved pull requests by organization or owner?

Yes, you can filter approved pull requests by specific owner, organization, or the current repository. Use the scope parameter in the command line to define the target boundary for your PR search.

Do I need the GitHub CLI to track pull request approvals?

Yes, you need the GitHub CLI installed and authenticated to track pull request approvals. The tool utilizes GitHub CLI commands to ensure authenticated access when fetching and enriching your PR data.

Does report-approved-prs include draft pull requests in the results?

Report-approved-prs can include draft pull requests in the results if you specify the include-drafts flag. By default, it identifies open pull requests based on your authorship that have been approved by reviewers.

What is the maximum number of PRs enriched with detailed review data?

The maximum number of PRs enriched with detailed review data is 25. When less than 25 approved pull requests are found, the tool fetches additional context like approvers, review requests, and CI status for each item.