Merge Prs banner
xiaolai xiaolai

Merge Prs

Git community

Description

--- description: Review and merge open PRs — sequential, safe, with rebase handling argument-hint: "[#PR ... | --mine | --pattern fix/issue-*]" --- # Merge PRs Safely review and merge open pull requests. Sequential processing with rebase handling between merges. ## Input ```text $ARGUMENTS ``` ## Phase 1: Discover PRs Parse `$ARGUMENTS` to determine which PRs to process: | Input | Scope | |-------|-------| | `#12 #34 #56` | Specific PR numbers | | `--mine` | All open PRs authored by curre

Installation

Installs to ~/.claude/commands/xiaolai-vmark-merge-prs.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/xiaolai/vmark/HEAD/.claude/commands/merge-prs.md -o ~/.claude/commands/xiaolai-vmark-merge-prs.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository