PluginBench
Skill
Official
Review
Audit score 70

my-pull-requests

github/awesome-copilot

List your pull requests in the current repository with status and review details.

What is my-pull-requests?

This skill searches the current repository and displays all pull requests assigned to you, including their purpose, status, and any check failures. Use it to quickly review your open PRs and identify those needing attention or review.

  • Lists all pull requests assigned to you in the current repository
  • Describes the purpose and details of each PR
  • Highlights PRs waiting for reviewer feedback
  • Reports check failures and suggests possible fixes
  • Offers to request Copilot review for PRs without one

How to install my-pull-requests

npx skills add https://github.com/github/awesome-copilot --skill my-pull-requests
Prerequisites
  • GitHub repository access
  • Pull requests assigned to your GitHub account
Claude Code
Cursor
Windsurf
Cline

How to use my-pull-requests

  1. 1.Run the skill in your repository context
  2. 2.Review the list of your pull requests with their statuses
  3. 3.Check for any PRs waiting for review or with failed checks
  4. 4.Request Copilot review for any PRs that need it

Use cases

Good for
  • Check the status of your open pull requests at a glance
  • Identify which PRs are blocked waiting for reviews
  • Discover failed checks and get suggestions for fixes
  • Request automated review from Copilot on PRs that need it
  • Track PR details without leaving your editor
Who it's for
  • Developers managing multiple pull requests
  • Team members tracking PR review status
  • Contributors wanting quick PR status summaries

my-pull-requests FAQ

What pull requests will be listed?

Only pull requests assigned to you in the current repository will be displayed.

Can it show PRs from other repositories?

No, this skill only searches and lists PRs in the current repository.

What information is included for each PR?

Purpose, details, review status, and any check failures with suggested fixes.

How do I request a Copilot review?

The skill will offer to request one automatically if a PR hasn't been reviewed by Copilot yet.

Full instructions (SKILL.md)

Source of truth, from github/awesome-copilot.


name: my-pull-requests description: 'List my pull requests in the current repository'

Search the current repo (using #githubRepo for the repo info) and list any pull requests you find (using #list_pull_requests) that are assigned to me.

Describe the purpose and details of each pull request.

If a PR is waiting for someone to review, highlight that in the response.

If there were any check failures on the PR, describe them and suggest possible fixes.

If there was no review done by Copilot, offer to request one using #request_copilot_review.