Git Safety CRITICAL: Some Git operations can permanently lose work. This skill prevents commit loss. Danger Levels | Level | Operations | Requires | |-------|------------|----------| | ⛔ CRITICAL | to shared branch, with unpushed work | Full verification + explicit confirmation | | 🔴 HIGH | on shared branches, , | Stash check + confirmation | | 🟠 MEDIUM | , , | Verify branch state + confirm | | 🟢 LOW | , , , , | Standard execution | Pre-Operation Protocol Before Force Push Before Reset --hard Before Clean bash See what would be deleted (dry run) git clean -fdn Interactive mode (choose what…