git-safety

Installation
SKILL.md

Git Safety

Two guards, one repository you already work in every day:

  • Staged guard — nothing sensitive enters the next commit.
  • Operation guard — no destructive git command runs unconfirmed and unbacked.

Both are recurring. They run at commit time and at push time, on every branch, forever. A one-time audit of a whole repository before it goes public is a different moment — see Related.

Authorized Scope

Apply this engine only within the user's requested task and existing explicit authorization. Loading or delegating to it grants no additional authority. Preserve report-only restrictions and the caller's target, host, provider, and cost limits. Existing approval satisfies a gate only for the same actions and scope; obtain approval before expanding them. Forward these limits to delegates.

Installs
189
GitHub Stars
36
First Seen
Jan 20, 2026
git-safety — shipshitdev/skills