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.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub openshift-eng/edge-tooling --plugin github