7dgroup-ai/dsh-skill-7d-git-commit

Plugin ⭐ 1 coding

一个 DSH(DeepSeek Harness)组合层插件包,通过 `ctx.skills` 注册 `git-commit` 技能。在生成任何 `git commit` 提交信息前,自动按**7DGroup 项目提交规范**进行校验,规避 gitlab 服务端 `pre-receive` hook 拦截。零核心改动——安装即启用,移除 bundle 行即卸载。

Install

dsh-skill-7d-git-commit/
├── src/
│   ├── index.ts              # Cordis plugin: registers the skill provider
│   └── invariant.ts          # Package-owned invariant companion
├── assets/7d-git-commit/
│   ├── SKILL.md              # Skill body (validation logic)
│   └── references/
│       └── git-commit-message.md   # 7DGroup commit convention reference
├── assets/images/
│   └── 7d-git-commit-cover.jpg     # README cover image
├── tests/
│   └── skill-7d-git-commit.spec.ts
├── cordis.patch.yml          # Composition layer patch
├── tsdown.config.ts          # Self-contained transpile config
├── package.json
└── README.md / README.zh.md

Add 7dgroup-ai/dsh-skill-7d-git-commit to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.