·eliteforge-git-specification
</>

eliteforge-git-specification

Unify the implementation of the Cuican Workshop Git governance standards, covering branch models, commit messages, MR processes, release and hotfix strategies. Used when users mention Git standards, branch naming, rebase/merge choices, MR submission flow, squash requirements, commit message validation, release merging, hotfix naming, or conflict avoidance.

9Installs·1Trend·@cloudsen

Installation

$npx skills add https://github.com/cloudsen/eliteforge-skills --skill eliteforge-git-specification

How to Install eliteforge-git-specification

Quickly install eliteforge-git-specification AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/cloudsen/eliteforge-skills --skill eliteforge-git-specification
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: cloudsen/eliteforge-skills.

SKILL.md

View raw

在 Git 操作任务中,优先调用内置脚本完成标准化操作;无法脚本化时再输出原生命令。始终保证分支策略、提交规范和 MR 门禁与团队规则一致。 任何“需要修改代码”的任务,必须先满足分支门禁,再允许编辑文件。

bash "$ELITEFORGEGITSCRIPTS/automerge" [--ff-only | --merge | --rebase] 适用:在 qa/ 或 release/ 分支上,批量合并对应 feature/ /、bugfix/ / 变更。

bash "$ELITEFORGEGITSCRIPTS/checkmerge" 适用:核对 feature/ 和 bugfix/ 是否已合入目标分支(如 release 或 qa)。

Unify the implementation of the Cuican Workshop Git governance standards, covering branch models, commit messages, MR processes, release and hotfix strategies. Used when users mention Git standards, branch naming, rebase/merge choices, MR submission flow, squash requirements, commit message validation, release merging, hotfix naming, or conflict avoidance. Source: cloudsen/eliteforge-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/cloudsen/eliteforge-skills --skill eliteforge-git-specification
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from cloudsen/eliteforge-skills

Quick answers

What is eliteforge-git-specification?

Unify the implementation of the Cuican Workshop Git governance standards, covering branch models, commit messages, MR processes, release and hotfix strategies. Used when users mention Git standards, branch naming, rebase/merge choices, MR submission flow, squash requirements, commit message validation, release merging, hotfix naming, or conflict avoidance. Source: cloudsen/eliteforge-skills.

How do I install eliteforge-git-specification?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/cloudsen/eliteforge-skills --skill eliteforge-git-specification Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/cloudsen/eliteforge-skills

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10