git-workflow-helper

Expert guidance for Git workflows, troubleshooting, and best practices

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "git-workflow-helper" with this command: npx skills add jackspace/claudeskillz/jackspace-claudeskillz-git-workflow-helper

Git-workflow-helper

Instructions

When working with Git:

  • Commit early and often
  • Write clear commit messages (imperative mood)
  • Use branches for features/fixes
  • Rebase before merge for clean history
  • main/master: Production-ready
  • develop: Integration branch
  • feature/*: New features
  • fix/*: Bug fixes
  • hotfix/*: Emergency fixes
  • Undo changes: git reset, git revert, git restore
  • Stash work: git stash save/pop/apply
  • Interactive rebase: git rebase -i
  • Cherry-pick commits: git cherry-pick
  • Resolve merge conflicts
  • Recover lost commits (git reflog)
  • Fix detached HEAD
  • Clean up branches
  • Never force push to shared branches
  • Use .gitignore properly
  • Sign commits (GPG)
  • Regular garbage collection

Examples

Add examples of how to use this skill here.

Notes

  • This skill was auto-generated
  • Edit this file to customize behavior

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

ai-elements-chatbot

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

better-chatbot-patterns

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

checkpoint-workflow-builder

No summary provided by upstream source.

Repository SourceNeeds Review