Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions skills/merge-queue/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ allowed-tools: Bash(bash skills/merge-queue/scripts/enqueue-pr.sh:*)
Run `bash skills/merge-queue/scripts/enqueue-pr.sh [PR_NUMBER_OR_URL]` to enqueue a PR.
Omit the argument to enqueue the current branch's PR.

## Accepted input formats

- **PR number:** `652` (uses the current repo context from `gh`)
- **PR URL:** `https://github.com/owner/repo/pull/652`
- **Omitted:** uses the current branch's PR

The `owner/repo#number` format is **not supported** — use a URL or number instead.

## Prerequisites

- `gh` CLI authenticated with write access to the target repository
Expand Down
Loading