my-pull-requests

Lists pull requests assigned to the current user in the active repository with reviewer and CI statuses.

Updated Apr 14, 2026
One-click install
npx skills add https://github.com/BrunoAMSilva/my-config --skill my-pull-requests-brunoamsilva
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-pull-requests
Source: https://github.com/BrunoAMSilva/my-config/tree/main/coding/skills/my-pull-requests
Command: npx skills add https://github.com/BrunoAMSilva/my-config --skill my-pull-requests-brunoamsilva

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly surfaces pull requests in the current repository that are assigned to the current user, eliminating manual searching across issues and PR lists and helping prioritize review work.

Core Features & Use Cases

  • Search the current repository context and enumerate pull requests assigned to the user using repository metadata and PR listing tools.
  • Summarize each PR's purpose, reviewer assignments, review status, and CI/check outcomes; highlight PRs waiting on review and describe any failing checks with suggested fixes.
  • Offer workflow actions such as requesting a Copilot review when no automated review was performed, and provide guidance for common remediation steps.

Quick Start

List my pull requests in this repository and summarize their status, reviewers, and any failing checks with suggested fixes.

Frequently Asked Questions about my-pull-requests

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

FAQPage Schema
How do I list pull requests assigned to me in a GitHub repository?

You can list pull requests assigned to you by querying the active repository context to enumerate your PRs, summarize reviewer assignments, and highlight pending reviews and failing CI checks.

Can I see CI check failures and reviewer status for my pull requests?

Yes, the Skill surfaces CI check failures and reviewer status by reporting review pending flags, highlighting PRs waiting on review, and describing failing checks with suggested remediation steps.

What is the best way to triage code review assignments in GitHub?

The best way to triage code review assignments is to enumerate pull requests assigned to you, which highlights waiting reviewers, reports failing CI checks, and provides actionable remediation suggestions for prioritization.

Does this Skill work with Copilot review for pull requests?

Yes, it works with Copilot review by offering workflow actions to request a Copilot review for your assigned pull requests when no automated review was previously performed.

How do I get suggested fixes for failing checks on my pull requests?

To get suggested fixes for failing checks, the Skill analyzes CI check outcomes on your assigned pull requests and provides actionable remediation guidance for common check failures.