Aw Merge banner
zircote zircote

Aw Merge

Git community

Description

--- description: Merge develop branch to main with PR, CI check, and squash merge argument-hint: "[--dry-run] [--no-reset]" --- # /aw-merge Weekly merge of `develop` into `main`. Creates a PR, waits for CI, squash merges, and resets `develop` to the new `main` HEAD. ## Usage ``` /aw-merge → Full merge cycle /aw-merge --dry-run → Show what would be merged, do not create PR /aw-merge --no-reset → Merge but do not reset develop to main after ``` ## Flags - `--dry-run` — S

Installation

Installs to ~/.claude/commands/zircote-github-agentic-workflows-aw-merge.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/zircote/github-agentic-workflows/HEAD/.claude/commands/aw-merge.md -o ~/.claude/commands/zircote-github-agentic-workflows-aw-merge.md

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

Full documentation available on GitHub

View Source Repository