git-safety-check
Installation
SKILL.md
Skill: Git Safety Check
Goal
Prevent destructive git states like detached HEAD or unintended commits on the wrong branch.
Use This Skill When
- You are about to rebase, reset, or change branches.
- You are unsure which branch is active.
- You see merge conflicts or history divergence warnings.
Do Not Use This Skill When
- You are only staging known changes and committing on the correct branch.