updated 7d ago
List open pull requests in a GitHub repository that are ready for attention. Drafts, WIP, and held PRs are excluded by default.
What can you do with Github:pr Queue?
name: github:pr-queue description: "List actionable open PRs in a GitHub repo, excluding drafts, WIP, and held PRs by default" argument-hint: "<owner/repo> [<owner/repo> ...] [--all]" user-invocable: true allowed-tools: Bash
github:pr-queue
List open pull requests in a GitHub repository that are ready for attention. Drafts, WIP, and held PRs are excluded by default.
Prerequisites
ghCLI authenticated with access to the target repositoryjqavailable on PATH
Steps
-
Run the pr-queue script:
bash "${PLUGIN_DIR}/skills/pr-queue/pr-queue.sh" ${ARGUMENTS} -
If the script exits non-zero, report the error to the user.
-
Present the script output to the user.
Install
Add Github:pr Queue to your client. Pick the one you use.
npx skills add openshift-eng/edge-toolingInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add openshift-eng/edge-toolingAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/openshift-eng/edge-tooling
cp -r plugins/github/skills/pr-queue ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
63 / 100
Good