/install git-conventions
Git Commit Conventions
Commit Message Format
Use semantic commit format: \x3Ctype>(\x3Cscope>): \x3Csubject>
Commit Types
feat: add new featurefix: correct bugdocs: update documentationstyle: format code (no functional changes)refactor: restructure codetest: add/modify testschore: update build tasks
Workflow Rules
-
Language: Use English only for git commit messages.
-
Force Push: Always confirm before
git push --force. -
Sign-off: Include
--signoffflag with all commits. -
Consolidation: Consolidate changes into meaningful commits.
-
Push Confirmation: After making a local commit, ALWAYS prompt the user whether they want to push to the remote repository.
-
Display URL: After successfully pushing to remote, display the repository's access URL.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install git-conventions - 安装完成后,直接呼叫该 Skill 的名称或使用
/git-conventions触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
git-conventions 是什么?
Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 285 次。
如何安装 git-conventions?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install git-conventions」即可一键安装,无需额外配置。
git-conventions 是免费的吗?
是的,git-conventions 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
git-conventions 支持哪些平台?
git-conventions 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 git-conventions?
由 douglarek(@douglarek)开发并维护,当前版本 v1.0.0。