Rebase a stale session branch onto upstream while preserving latest upstream changes.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "sync-upstream" skill from askskill: 1. Download https://raw.githubusercontent.com/microsoft/vscode/main/src/vs/sessions/skills/sync-upstream/SKILL.md 2. Save it as ~/.claude/skills/sync-upstream/SKILL.md 3. Reload skills and tell me it's ready
Please rebase the current session branch onto the latest origin/main. If conflicts appear, preserve upstream changes first, then adapt my commits to fit, and summarize all resolved conflicts.
A rebased branch state, conflict resolution notes, and any risks that need my review.
A large set of upstream changes was merged recently. Please sync my release branch to the latest origin using rebase and ensure the current feature logic is adapted to the new upstream structure.
A release branch caught up with upstream, plus a brief summary of affected files and adaptations.
The current branch has diverged significantly from upstream. Please rebase onto the latest upstream, prefer upstream during conflicts, minimize changes to my work, and list which commits were rewritten or adjusted.
A successful upstream-first rebase result with a list of adjusted commits and follow-up review recommendations.
Rebase the current session branch onto the latest upstream so the work stays grounded in origin.
/commit skill to commit them first.git fetch origin
git rebase origin/main
Use the appropriate base branch if it is not main.When conflicts arise, upstream always wins:
git add the files and git rebase --continue.After the rebase completes, verify the result still compiles and meets the session's objectives. If session changes no longer make sense against the updated upstream, explain what changed and propose a revised approach.
Validate Azure DevOps pipeline changes and troubleshoot builds and YAML faster.
Update the GitHub Copilot CLI or SDK to a newer version.
Upgrade Anthropic SDKs, migrate versions, and fix dependency or typing issues.
Generate or update chat customization files for AI coding agents.
Find and read Code OSS dev build logs for faster debugging.
Merge session branch changes back into the base branch cleanly.
Sync your current branch with upstream by pulling, rebasing, pushing, or publishing.
Update an existing pull request with new changes from the current session
Create a draft pull request from the current session’s code changes.
Create a pull request from the current session's code changes.
Programmatically rewrite non-top Git commits without needing an interactive editor.
Generate clear daily standup updates from recent commits, PRs, and ticket changes.