Stats
Actions
Tags
How this command is triggered — by the user, by Claude, or both
Slash command
/git-actions:merge-to-mainThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Git Merge to Main まず `git-conventions` スキルの規則を確認し、それに従った上で `git-merge` スキルに従ってマージとプッシュを実行してください。 引数: $ARGUMENTS
まず git-conventions スキルの規則を確認し、それに従った上で
git-merge スキルに従ってマージとプッシュを実行してください。
引数: $ARGUMENTS
npx claudepluginhub biwakonbu/cc-plugins --plugin git-actions/mergeMerges a source branch into the current branch, defaulting to origin/main. Delegates to a guarded merge workflow shared between Claude Code and Codex.
/cl-mergeSquash-merges the current worktree branch into a target branch (default: main), shortcut for /consensus-loop:merge.
/updateSyncs your current branch with upstream changes by fetching, merging, and resolving conflicts using the git:update skill.