一键导入
commit
Create a git commit following project conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a git commit following project conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | commit |
| description | Create a git commit following project conventions. |
| disable-model-invocation | true |
When creating a git commit:
<type>(<optional-scope>): <description>
[optional body]
[optional footer(s)]
feat, fix, docs, chore, style,
refactor, perf, test, build, ci, revert.prover, grpc, config).CONFIG-CHANGE: for configuration changes (multi-line allowed).
BREAKING-CHANGE: for breaking changes (multi-line allowed).verify skill before staging.
All matching checks must pass before proceeding.git diff --cached.git commit -S (GPG-sign).
Repos enforce verified signatures; unsigned pushes are rejected.
Do not push unless explicitly asked.基于 SOC 职业分类
Create a pull request following project conventions.
**Mandatory** before any commit or push. Run Definition-of-Done checks from change scope and report exact pass/fail per command.
Review the current conversation and propose structured improvements to skills, documentation, and agent rules.
Create or update docs/knowledge-base/ chapters in mdbook format for human-first technical documentation.
Text formatting conventions for markdown and prose files. Use when writing or editing any .md, .txt, .adoc, or .rst file, including AGENTS.md, SKILL.md files, and documentation in docs/.
Architecture and agent rules for kurtosis-cdk E2E tests. Load when working on or debugging E2E tests, CI failures in the e2e job, or any task involving bridge testing or kurtosis.