git-rebase-sync Use this skill when you need to sync a feature branch onto the latest via git rebase , including conflict resolution with explicit clarification questions when intent is ambiguous. Goals - Rebase the current branch onto a specified base branch (often the repo default branch like or ). - Resolve conflicts deliberately, without guesswork. - Keep safety rails: backup ref, confirmations before history-rewriting commands, and safe pushing. Hard Rules - Do not create or switch to a different feature branch. Operate on the current branch name unless I explicitly ask otherwise. - Befo…