概要
The Git Advanced Workflows skill empowers developers to maintain a clean, professional commit history and navigate complex repository states with confidence. It provides specialized guidance on interactive rebasing, cherry-picking specific changes across branches, binary-searching for bugs with git bisect, and using worktrees for simultaneous multi-branch development. Whether you need to recover lost commits via reflog or prepare a pristine pull request, this skill streamlines high-level Git operations to ensure team collaboration remains efficient and the codebase history stays readable.