Merges a branch into current branch with conflict resolution. Use when user wants to merge, combine branches, or integrate changes.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add sasamuku/dotfiles --skill merge --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Merge?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/sasamuku-merge)More formats (shields.io, HTML) on the badges page.
---
name: merge
description: Merges a branch into current branch with conflict resolution. Use when user wants to merge, combine branches, or integrate changes.
disable-model-invocation: true
---
# Merge
ブランチを現在のブランチにマージする: $ARGUMENTS (既定値: origin main)。
## タスク
指定したブランチを現在のブランチへマージする。コンフリクトが発生したら解決する。
```bash
git merge $ARGUMENTS
# or default:
git merge origin main
```
コンフリクトが発生した場合は解消してからマージを完了する。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!