This one's for when you're beyond basic commits and pushes. It covers interactive rebase for cleaning up messy history, cherry-picking specific commits across branches, git bisect for hunting down bugs, worktrees for juggling multiple branches simultaneously, and reflog for recovering from disasters. The real value is in the practical workflows, like prepping a clean PR or applying hotfixes to multiple release branches. One thing to note: these are powerful tools that can rewrite history, so the skill correctly emphasizes using force-with-lease over force and avoiding rebases on shared commits. If you've ever wanted to squash a bunch of "fix typo" commits or recover from an accidental hard reset, this covers it.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill git-advanced-workflows