find-reviewable-pr

Identify open pull requests across Maui repositories for review.

23.3k|2.0k|Updated May 8, 2020
One-click install
npx skills add https://github.com/dotnet/maui --skill find-reviewable-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: find-reviewable-pr
Source: https://github.com/dotnet/maui/tree/main/.github/skills/find-reviewable-pr
Command: npx skills add https://github.com/dotnet/maui --skill find-reviewable-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This skill identifies reviewable pull requests across the Maui repositories that are ready for review, prioritizing by milestones, labels, and partner/community status.

Core Features & Use Cases

  • PR discovery & prioritization: Locate open PRs that should be reviewed now, focusing on milestone alignment and partner/community relevance.
  • Scoped review workflow: Filter results to maui and docs-maui PRs to support cross-repo collaboration.
  • Use Case: When release milestones approach, quickly surface critical PRs to assign reviewers and prevent blockers.

Quick Start

Use the script to query and display top reviewable PRs by running: pwsh .github/skills/find-reviewable-pr/scripts/query-reviewable-prs.ps1

Frequently Asked Questions about find-reviewable-pr

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

FAQPage Schema
How do I prioritize open pull requests for review by milestone and labels?

You can prioritize open pull requests by milestone alignment, priority labels, and partner or community status using a PowerShell script that queries PR data via the GitHub CLI. It filters and surfaces critical PRs needing immediate review.

What is the best way to find reviewable community PRs across multiple repositories?

Finding reviewable community PRs across multiple repositories is done by running a PowerShell script that scopes queries to specific repos like maui and docs-maui, applying prioritization filters to present ready-to-review results.

Do I need the GitHub CLI and PowerShell to triage PRs for release milestones?

Yes, you need the GitHub CLI (gh) and a PowerShell runtime to triage PRs for release milestones. The script requires gh to query pull request data and PowerShell to apply prioritization logic and display results.

Can I filter pull requests to specific repos like maui and docs-maui for cross-repo collaboration?

Yes, you can filter pull requests to specific repos like maui and docs-maui for cross-repo collaboration. The script scopes its PR discovery and prioritization workflow to these specified repositories to support targeted review assignments.

How does the PR prioritization script handle partner and community status?

The PR prioritization script handles partner and community status by applying these attributes as filters when querying open pull requests. It uses this status alongside milestone and label data to rank which PRs should be reviewed first.