skills/rebasing-git-branches/SKILL.md
--- Skill name: rebasing-git-branches Skill description: Rebases git branches onto their upstream target. Use when asked to rebase, update a branch, resolve rebase conflicts, or sync a branch with main/master. --- # Rebasing Git Branches Rebases the current or specified branch onto its upstream target branch, handling conflicts interactively. ## Capabilities - Rebase current branch onto main/master or any target branch - Interactive rebase (squash, reorder, edit commits) - Resolve merge conf
npx skillsauth add abhiroopb/synthetic-mind skills/rebasing-git-branchesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Rebases the current or specified branch onto its upstream target branch, handling conflicts interactively.
git fetch origin to get the latest remote statemain, fallback: master)git rebase origin/<target> to rebase the current branchgit log --oneline origin/main..HEADgit rebase -i origin/main (or specify commit count with HEAD~N)When a rebase pauses due to conflicts:
git status to identify conflicted filesgit add <file>git rebase --continueIf the rebase cannot be completed or the user wants to cancel:
git rebase --abort to return to the pre-rebase stategit fetch origin before rebasing to ensure up-to-date refsgit push --force-with-lease) without explicit user consenttesting
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.