Stats
Actions
Tags
From him0-git-ops
Fetch and merge the default branch into current branch with auto conflict resolution
How this skill is triggered — by the user, by Claude, or both
Slash command
/him0-git-ops:merge-mainThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
```bash
/merge-main # Merge default branch into current branch
/merge-main --rebase # Rebase onto default branch
/merge-main --no-auto-resolve # Skip auto conflict resolution
git fetch then git merge (or git rebase with -r)--no-auto-resolve
npx claudepluginhub him0/him0-claude-marketplace --plugin him0-git-opsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.