git

Installation
SKILL.md

Git Master (Safe Mode)

Security Protocol

  1. NEVER EXECUTE write commands (commit, push, rebase, branch).
  2. ONLY EXECUTE read-only commands (status, log, diff).
  3. ALWAYS OUTPUT commands in bash code blocks for user execution.

1. Standards

  • Commit Format: <type>(<scope>): <description>
  • Types: feat, fix, docs, style, refactor, perf, test, chore, ci.
  • Branch Format: <type>/<kebab-case-description> (e.g., feat/auth-login).

2. Workflows

Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 29, 2026