Home / minleev5 / devkeel · .harness/skills/commit/SKILL.md · GitHub

commit skillA

commit is agent-read markdown (skill) from minleev5/devkeel: 用户明确选择 commit、push 或 MR/PR 后使用的原子交付流程。任务完成或归档本身不触发;在授权范围内完成交付目标及其必要动作。.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# commit — 提交、推送与 MR/PR 工作流

仅当当前任务涉及 MR/PR 时读取 [MR/PR 流程](references/merge-request.md);普通 commit、push 不读取该引用文件。

## Hard Rules

0. **交付授权**:按下文“授权边界”执行用户明确选择的交付目标及其必要动作,范围限于已确认的改动、仓库和目标分支;任务收尾、归档或“完成”不构成授权。
1. **每个 commit 单一逻辑**:必须能独立通过构建;不同性质的变更(feat/fix/refactor/style/docs)必须拆开。
2. **Submodule 优先**:含 submodule 的项目,必须先扫描并处理 submodule 内的已授权修改,再处理主仓库。
3. **尊重 ignore 配置**:`.gitmodules` 中 `ignore = all` 的 submodule,其指针变更**绝不提交**到主仓库。
4. **执行顺序不可跳过**:在已授权范围内按 Submodule 扫描 → 差异分析 → 拆分 → 校验暂存区 → 提交 → 可选推送 执行。
5. **禁止** `git add .` 与 `git add -A`,使用显式 `git add` 指定文件。
6. **commit message 格式**:`<type>(<scope>): <subject>`,subject 必须使用中文且简洁明了;`type` 与 `scope` 保持英文规范,专有名词、API、路径等可保留原文。
7. **暂存区强制校验**:每次 commit 前确认暂存区只包含本次逻辑变更的文件,不含意外文件或 ignore=all 的 submodule 指针。

## 授权边界

| 用户明确选择 | 包含的动作 | 停止边界 |
| :--- | :--- | :--- |
| commit | 提交已确认范围内的本地改动 | 不推送、不创建 MR/PR |
| push | 推送已确认的本地提交 | 不自动提交其他工作区改动、不创建 MR/PR |
| 创建 MR/PR | 完成该 MR/PR 所需的提交、推送与创建 | 不合并 |

已有必要提交或推送时直接复用,不重复执行或询问其授权;未明确的改动、仓库或目标分支先核对上下文,
仍不清楚时再澄清。合并须有对应的明确授权,创建 MR/PR 本身不包含合并。

## Type 类型表

| type | 用途 |
| :--- | :--- |
| `feat` | 新功能 |
| `fix` | 修复 Bug |
| `docs` | 文档 |
| `style` | UI 样式或代码格式(不改变逻辑) |
| `refactor` | 代码重构 |
…

Read the whole file at its exact version.

How to install

Latest version
mdr add minleev5/devkeel/commit@v1.2.4
Exact content
mdr add minleev5/devkeel/commit@sha256:c65d27c80a3c0ba9

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_z7glkkdav3bvilqr.svg)](https://markdownregistry.com/a/art_z7glkkdav3bvilqr)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v1.2.4 latest2026-09-24 8bc6bbc 7,174 BA view · diff
v1.2.32026-09-22 123429c 7,174 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (7174 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

minleev5/devkeel · 3 stars · license MIT · pushed 2026-09-24 · branch master

API

GET https://markdownregistry.com/api/v1/artifacts/art_z7glkkdav3bvilqr
GET https://markdownregistry.com/api/v1/resolve?ref=minleev5/devkeel/commit
GET https://markdownregistry.com/api/v1/blob/c65d27c80a3c0ba9b6ad6b43666511dfe6805b525b7105b34d0acad22afaf75b

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from minleev5/devkeel

brainstorming skill
minleev5/devkeel · .harness/skills/brainstorming/SKILL.md · 探索、比较、挑战或补全开发方案;按 Lite/Full 深度进行单题访谈,并在用户同意持久化后维护 OpenSpec Living brainstorm。
v9.1.1 · audit A · 3 stars
changelog skill
minleev5/devkeel · .harness/skills/changelog/SKILL.md · Use when 编辑 changelog、发布 CLI 或模板版本、或判断某项用户可见变更是否需要进入版本记录。
v3.0.0 · audit A · 3 stars
doc-maintenance skill
minleev5/devkeel · .harness/skills/doc-maintenance/SKILL.md · CLI 文档维护与一致性检查流程
v1.2.0 · audit A · 3 stars
domain-init skill
minleev5/devkeel · .harness/skills/domain-init/SKILL.md · 对项目进行全盘扫描,识别领域类型和技术栈,通过多 subAgent 并行扫描多维度, 生成项目知识 docs 与专属 rules、skills 和 agents。使用「自动 baseline + 交互式增强」…
v2.0.2 · audit A · 3 stars
health-check skill
minleev5/devkeel · .harness/skills/health-check/SKILL.md · 一键检查项目代码健康度指标
v1.0.0 · audit A · 3 stars
instruction-maintenance skill
minleev5/devkeel · .harness/skills/instruction-maintenance/SKILL.md · 精简并校验 AGENTS.md、OpenSpec schema/instruction、OPSX commands、SKILL.md、prompt 与 artifact 模板。用于审查当前 diff…
v1.0.0 · audit A · 3 stars
jira-defect-orchestrator skill
minleev5/devkeel · .harness/skills/jira-defect-orchestrator/SKILL.md · 独立编排 Jira 缺陷的取证、修复、验证、回填与 MR 交付,按决策风险确认。适用于用户提供 Jira URL 或 issue key,要求结合运行日志、配置、只读业务数据和代码证据处理生产或测试环境缺陷;普通无 Jira…
v1.3.2 · audit A · 3 stars
new-subcommand skill
minleev5/devkeel · .harness/skills/new-subcommand/SKILL.md · 为 DevKeel CLI 新增子命令的标准开发流程
v1.0.0 · audit A · 3 stars
openspec-apply-change skill
minleev5/devkeel · .harness/skills/openspec-apply-change/SKILL.md · 按 OpenSpec 动态 apply instruction 实施 change tasks,并处理 DevKeel 收尾门禁。
v3.2 · audit A · 3 stars
openspec-archive-change skill
minleev5/devkeel · .harness/skills/openspec-archive-change/SKILL.md · 检查完成状态、评估 spec sync,并按 schema 收尾门禁归档 OpenSpec change。
v3.3 · audit A · 3 stars
openspec-bulk-archive-change skill
minleev5/devkeel · .harness/skills/openspec-bulk-archive-change/SKILL.md · 批量检查 spec 冲突,并按 schema 门禁归档用户明确选择的多个 OpenSpec changes。
v2.2 · audit A · 3 stars
openspec-continue-change skill
minleev5/devkeel · .harness/skills/openspec-continue-change/SKILL.md · 继续 OpenSpec change;Draft 时继续单题访谈,Confirmed 后每次最多投影一个 planning artifact。
v2.2 · audit A · 3 stars

Every file in minleev5/devkeel

Other files named commit

commit skill
dicklesworthstone/pi_agent_rust · tests/ext_conformance/artifacts/npm/mitsupi/skills/commit/SKILL.md · Read this skill before making git commits
git:20260206.e662fb3 · audit A · 1,776 stars
commit skill
openonion/connectonion · connectonion/useful_skills/commit/SKILL.md · Create git commits with good messages. Use when user says "commit", "create commit", or asks to commit changes.
git:20260808.c57e60c · audit A · 1,481 stars
commit skill
clacky-ai/openclacky · .clacky/skills/commit/SKILL.md
git:20260319.ca40738 · audit C · 1,198 stars
commit skill
greenfield-inc/pane · .codex/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
git:20260425.a0c906f · audit A · 483 stars
commit skill
greenfield-inc/pane · .claude/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
git:20260421.bcc041b · audit A · 483 stars
commit skill
dcouple/pane · .codex/skills/commit/SKILL.md · Selectively stage and commit only the changes related to the current session while leaving unrelated work untouched…
git:20260422.d71693a · audit A · 483 stars
commit skill
dcouple/pane · .claude/skills/commit/SKILL.md · Selectively stages and commits only the changes related to the current session, skipping unrelated modifications.
git:20260421.bcc041b · audit A · 483 stars
commit skill
aiskillstore/marketplace · skills/0xmsc/commit/SKILL.md · Helps write conventional commit messages, create atomic commits, and follow git best practices. Use when the agent…
git:20260113.222b7de · audit A · 427 stars

Browse by kind, by grade A, or by owner.