Skip to main content
Execute qualquer Skill no Manus
com um clique

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:21 de maio de 2026 às 06:46
SKILL.md
readonly