Git Ops

One engineer's Git branch/commit/push rulebook - naming convention, JetBrains DontCommit guard, Chinese commit defaults

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 16, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 31e9149

Exercised it against a real throwaway git repo with a local bare 'origin': the skill-guided flow produced the exact feature/20260716/MR2026070199001_login_retry branch name, correctly parsed a fake .idea/workspace.xml to find and exclude a DontCommit-listed secrets-style file from staging, and defaulted to a Chinese commit message - the unguided baseline run on the identical fixture used a generic non-conforming branch name, `git add -A`'d the secrets-looking file straight into the commit, and used English.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 4/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Git Ops does

Encodes a specific engineer's ('Sam's') Git operating rules: feature branch naming (feature/YYYYMMDD/reqcode_desc), pre-write safety checks, JetBrains DontCommit changelist exclusion, Chinese-by-default commit messages, fast-forward-first release promotion, branch rename/compare, and submodule/gitlink handling. Triggers when Sam asks Claude Code to create, rename, compare, commit, push, merge, promote, or clean up Git branches.

How to install Git Ops

git clone https://github.com/codingSamss/all-my-ai-needs
mkdir -p ~/.claude/skills
cp -r all-my-ai-needs/platforms/claude/skills/git-ops ~/.claude/skills/git-ops

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Git Ops

  • /git-ops One engineer's Git branch/commit/push rulebook - naming convention, JetBrains DontCommit guard, Chinese commit defaults

It also activates on plain-language prompts like these:

  • Create a feature branch for the login retry fix, using our naming convention.
  • Commit this change but keep the DontCommit changelist files excluded.
  • Push my branch and write the commit message in Chinese like usual.

Frequently asked questions

Is the Git Ops skill free?
Yes. The skill itself is free from codingSamss/all-my-ai-needs. SkillProof publishes the install command and an independent test verdict at no cost.
Does Git Ops work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 16, 2026. Verdict: Tested · Works. Exercised it against a real throwaway git repo with a local bare 'origin': the skill-guided flow produced the exact feature/20260716/MR2026070199001_login_retry branch name, correctly parsed a fake .idea/workspace.xml to find and exclude a DontCommit-listed secrets-style file from staging, and defaulted to a Chinese commit message - the unguided baseline run on the identical fixture used a generic non-conforming branch name, `git add -A`'d the secrets-looking file straight into the commit, and used English.
What is the Git Ops SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 4/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Git Ops?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Git Ops with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.