wt-sync

/wt:sync - Sync Worktree with Upstream

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "wt-sync" with this command: npx skills add michael-menard/monorepo/michael-menard-monorepo-wt-sync

/wt:sync - Sync Worktree with Upstream

Description

Quick command to sync the current worktree with upstream changes from the remote repository.

Usage

/wt:sync

What It Does

This slash command:

  • Activates the Git Worktree Manager skill (@git-worktree )

  • Automatically runs the *sync command

  • Syncs your worktree with the remote branch

Workflow

The command will:

  • Check working directory - Verify it's clean (or offer to stash)

  • Fetch from origin - Get latest remote changes

  • Ask merge preference - Rebase or merge?

  • Sync the branch - Apply the chosen strategy

  • Show results - Display what changed

Benefits

✅ Stay Updated - Keep worktree in sync with remote ✅ Safe Process - Handles uncommitted changes ✅ Flexible - Choose rebase or merge ✅ Automatic Stash - Stashes and restores changes

Notes

  • If you have uncommitted changes, they'll be stashed and restored

  • You can choose between rebase (cleaner) or merge (safer)

  • The command will show you what changed after syncing

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

review

No summary provided by upstream source.

Repository SourceNeeds Review
General

plans

No summary provided by upstream source.

Repository SourceNeeds Review
General

wt-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

review-draft-story

No summary provided by upstream source.

Repository SourceNeeds Review