Safe Git Guard
Skill to prevent destructive Git operations
Trigger
This skill activates automatically on these commands:
git reset --hardgit checkout -- <file>git clean -fdgit rebase(without explicit confirmation)git push --force
Rules
FORBIDDEN (never execute):
git reset --hard- Deletes uncommitted changes irreversiblygit push --forceon main/master - Can destroy remote historygit clean -fd- Deletes untracked files irr
[Description truncada. Veja o README completo no GitHub.]