Skip to main content
Run any Skill in Manus
with one click

git-safety

// Critical safety guardrails for protected branches: never commit, push, or force-push directly to main, latest, or release branches; no destructive history rewrites without explicit user approval. Use before any git operation that touches protected branches, before force-push, reset --hard, history rewrite, or branch deletion, or whenever the user asks about merging, pushing, or release branches.

$ git log --oneline --stat
stars:8,485
forks:468
updated:May 21, 2026 at 06:46
SKILL.md
readonly