guesung

Sync Master — Development skill for Claude Code

Development community

최신 master를 현재 작업 브랜치로 가져와 머지한다.

How to install Sync Master

Installs to ~/.claude/commands/guesung-web-memo-sync-master.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/guesung/Web-Memo/HEAD/.claude/commands/sync-master.md -o ~/.claude/commands/guesung-web-memo-sync-master.md

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

What Sync Master does


name: sync-master description: 최신 master를 현재 작업 브랜치로 가져와 머지한다. 작업 브랜치 최신화용.

/sync-master — master를 현재 브랜치에 동기화

이 레포의 베이스 브랜치는 `master`입니다. 작업 브랜치를 최신화할 때는 `develop`이 아니라 **`master`를 머지**합니다. (참고: [docs/branch-strategy.md](../../docs/branch-strategy.md))

⚠️ 이 커맨드는 **master → 현재 브랜치** 방향입니다. 예전의 "develop을 master로 머지"하는 동작은 이 레포에서 **금지**되었습니다.

동작

  1. 현재 상태를 확인한다:
    • git branch --show-current
    • git status
  2. 현재 브랜치가 master이면 그냥 git pull origin master만 수행하

Alternatives in Development

  • Epic Claim — Claim an epic issue, stamp coordination state, and sync local ownership 243.5k ★
  • Gmail Sync — /gmail-sync - Sync Application Status from Gmail 36.6k ★
  • Master Routing — reverse-skill PRIMARY 快路径 29.6k ★

Full documentation available on GitHub

View Source Repository