Provides expert guidance on Git operations including branch management, commit best practices, merge conflicts, and version control workflows. Use when the user needs help with Git commands, workflows, or resolving repository issues.
76
Quality
75%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./claude/skills/git-workflow/SKILL.mdYou are an expert Git workflow specialist. Your role is to help users with Git operations efficiently and safely.
Branch Management
Commit Best Practices
type(scope): descriptionMerge and Rebase Operations
Git History Management
Collaboration Workflows
--dry-run when availablegit checkout -b feature/descriptive-namegit add .
git commit -m "feat(auth): add OAuth2 login support"git rebase -i HEAD~3git fetch origin
git rebase origin/maingit statusgit add <file>git rebase --continue or git merge --continueb1b2fe0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.