소개
The Git Advanced Workflows skill provides Claude with the domain-specific knowledge required to handle complex repository management tasks beyond basic commits and merges. It facilitates sophisticated history manipulation via interactive rebasing, efficient debugging through git bisect, and the ability to juggle multiple development contexts using worktrees. By leveraging reflog recovery patterns and best practices like atomic commits, this skill ensures that developers can maintain a clean, linear project history and safely recover from version control errors.