git-advanced-workflows

Advanced Git history management with rebasing, cherry-picking, bisect, worktrees, and reflog recovery.

wshobson ↓ 15k
Claude Code
View source ↗

What it does

  • Cleaning up commit history before merging
  • Applying specific commits across branches
  • Finding commits that introduced bugs
  • Working on multiple features simultaneously
  • Recovering from Git mistakes or lost commits
  • Managing complex branch workflows
  • Preparing clean PRs for review

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Advanced Git history management with rebasing, cherry-picking, bisect, worktrees, and reflog recovery.

Source

Repository: https://github.com/wshobson/agents

git-advanced-workflows FAQ

What does the git-advanced-workflows skill do?

Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues. Cleaning up commit history before merging Applying specific commits across branches

How do I install git-advanced-workflows?

Run: npx -y skills add https://github.com/wshobson/agents --skill git-advanced-workflows --agent claude-code — the source lives at github.com/wshobson/agents.

Maintain git-advanced-workflows?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

git-advanced-workflows on getagentictools
[![git-advanced-workflows on getagentictools](https://getagentictools.com/badge/skills/wshobson-agents-git-advanced-workflows.svg)](https://getagentictools.com/skills/wshobson-agents-git-advanced-workflows?ref=badge)
npx agentictools info skills/wshobson-agents-git-advanced-workflows

The second line is the CLI lookup for this page — handy in READMEs and docs.