← all publishers

3bsalam-1

@3bsalam-1 source repo

1 published skill

  1. Git Safety Guardian · 3bsalam-1 bundle
    Enforces a human-approval gate before any repository-changing git operation — commit, commit --amend, push, force-push, merge, rebase, cherry-pick, reset --hard, branch -D, tag / tag -d, and stash pop / apply. Use this skill whenever you are about to run a git write command, the moment a coding task wraps up and a commit feels natural, when the user says things like "commit", "push", "merge", "ship it", "save my work", or right after tests pass — any moment Claude might be tempted to commit or push on its own. It requires explicit, unambiguous, per-operation approval and treats silence or a vague "ok / sure / proceed" as a refusal, not a yes. Trigger it proactively at the end of coding work even if the user never mentions git; stopping accidental or unauthorized git writes is its entire job. Read-only git (status, diff, log) is never blocked.
    0 installs