返回顶部
g

git-conventionsGit提交规范

Git commit message conventions and workflow rules. Use when making git commits, pushing changes, or performing git operations.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
243
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

git-conventions

Git 提交规范

提交信息格式

使用语义化提交格式:<类型>(<范围>): <主题>

提交类型

  • - feat:添加新功能
  • fix:修复错误
  • docs:更新文档
  • style:格式化代码(无功能变更)
  • refactor:重构代码
  • test:添加/修改测试
  • chore:更新构建任务

工作流规则

  1. 1. 语言:Git 提交信息仅使用英文。
  1. 2. 强制推送:执行 git push --force 前务必确认。
  1. 3. 签名:所有提交需包含 --signoff 标志。
  1. 4. 整合:将变更整合为有意义的提交。
  1. 5. 推送确认:完成本地提交后,始终询问用户是否要推送到远程仓库。
  1. 6. 显示 URL:成功推送到远程后,显示仓库的访问 URL。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 git-conventions-1776092478 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 git-conventions-1776092478 技能

通过命令行安装

skillhub install git-conventions-1776092478

下载

⬇ 下载 git-conventions v1.0.0(免费)

文件大小: 1.19 KB | 发布时间: 2026-4-15 12:53

v1.0.0 最新 2026-4-15 12:53
Initial release of git-conventions skill:

- Introduces semantic commit message format: `(): `
- Defines standard commit types: feat, fix, docs, style, refactor, test, chore
- Outlines rules for language (English only), force push confirmation, and mandatory sign-off
- Requires consolidation of changes into meaningful commits
- Adds user prompt before pushing to remote repository
- Displays repository access URL after successful push

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部