About
The Git Advanced Workflows skill equips Claude Code with the expertise to navigate high-stakes version control scenarios, from cleaning up messy feature histories before a pull request to recovering seemingly lost commits using the reflog. It provides structured patterns for using Git Bisect to pinpoint bugs, managing multiple active branches simultaneously with Worktrees, and strategically applying changes across releases via cherry-picking. This skill ensures that developers can maintain a professional, linear commit history while having a robust safety net for complex repository operations.