askill
git-workflow-helper

git-workflow-helperSafety 80Repository

Expert guidance for Git workflows, troubleshooting, and best practices

9 stars
1.2k downloads
Updated 11/20/2025

Package Files

Loading files...
SKILL.md

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

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

52/100Analyzed 3/1/2026

Generic Git workflow skill with decent breadth but shallow depth. Contains useful command references but Examples section is empty placeholder. Auto-generated note suggests boilerplate content. Located in proper skills folder but lacks trigger section and real-world examples."

80
65
70
45
45

Metadata

Licenseunknown
Version-
Updated11/20/2025
Publisherjackspace

Tags

github-actions