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- GitHub repository access
- Pull requests assigned to your GitHub account
How to use my-pull-requests
- 1.Run the skill in your repository context
- 2.Review the list of your pull requests with their statuses
- 3.Check for any PRs waiting for review or with failed checks
- 4.Request Copilot review for any PRs that need it
Use cases
- 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
- Developers managing multiple pull requests
- Team members tracking PR review status
- Contributors wanting quick PR status summaries
my-pull-requests FAQ
Only pull requests assigned to you in the current repository will be displayed.
No, this skill only searches and lists PRs in the current repository.
Purpose, details, review status, and any check failures with suggested fixes.
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.
Related skills
More from github/awesome-copilot and the wider catalog.
git-commit
Execute semantic git commits with conventional message analysis and intelligent staging.
excalidraw-diagram-generator
Generate Excalidraw diagrams from natural language descriptions.
documentation-writer
Create structured technical documentation using the Diátaxis framework for tutorials, how-to guides, references, and explanations.
gh-cli
GitHub CLI comprehensive reference for repositories, issues, PRs, Actions, projects, releases, and all GitHub operations from the command line.
prd
Generate comprehensive Product Requirements Documents with executive summaries, user stories, technical specs, and risk analysis.
refactor
Surgical code refactoring to improve maintainability without changing behavior.