From github
List actionable open PRs in a GitHub repo, excluding drafts, WIP, and held PRs by default
How this skill is triggered — by the user, by Claude, or both
Slash command
/github:pr-queueThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
List open pull requests in a GitHub repository that are ready for attention.
List open pull requests in a GitHub repository that are ready for attention. Drafts, WIP, and held PRs are excluded by default.
gh CLI authenticated with access to the target repositoryjq available on PATHRun 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.
Creates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.
npx claudepluginhub openshift-eng/edge-tooling --plugin github