List and summarize your pull requests in the current GitHub repository.
Retrieves all PRs assigned to you using the current repository context and filters results to show only your own pull requests
Displays PR purpose, details, and status, with special highlighting for PRs awaiting review
Reports any CI/CD check failures and suggests remediation steps
Offers to request Copilot review for PRs that haven't been reviewed yet
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
semantically similar in the cross-vendor index
don't have the plugin yet? install it then click "run inline in claude" again.
+covers core workflow: fetch, filter, and present prs with actionable status signals (review pending, ci failures).
~procedure conflates intent with implementation detail (relies on unspecified #githubRepo and #list_pull_requests capabilities without defining fallback or error handling).
~no explicit edge cases acknowledged: missing repo context, api auth failures, empty result sets, or malformed pr data. suggests fixes for ci failures but doesn't handle skill execution failure modes.