跳转到主要内容

Caveman Commit

技能 已验证 活跃
属于:Caveman

超压缩的提交消息生成器。在保留意图和推理的同时,削減提交消息中的噪音。遵循Conventional Commits格式。主题≤50个字符,仅在“原因”不明显时包含正文。在用户说“写一个提交”、“提交消息”、“生成提交”、“/commit”或调用/caveman-commit时使用。暂存更改时自动触发。

目的

通过生成简洁、信息丰富且格式正确的提交消息来简化提交过程,节省开发人员时间并提高代码历史质量。

功能

  • 生成超压缩的提交消息
  • 强制执行Conventional Commits格式
  • 限制主题行长度(≤50个字符)
  • 有条件地包含提交正文(仅在“原因”不明显时)
  • 暂存更改时自动触发

使用场景

  • 暂存更改后生成提交消息
  • 创建符合Conventional Commits标准的提交消息
  • 编写解释更改“原因”而非仅“内容”的提交消息
  • 当用户请求“写一个提交”或“生成提交消息”时

非目标

  • 运行`git commit`或暂存文件
  • 修改现有提交
  • 生成带有AI归属或冗长解释的提交消息
  • 使用表情符号,除非项目约定要求

Versioning

  • info:Release Management项目有一个MIT许可证文件,但在SKILL.md或其他清单中未检测到明确的版本控制或更改日志。

安装

请先添加 Marketplace

/plugin marketplace add juliusbrussee/caveman
/plugin install caveman@caveman

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交2 days ago
星标59.5k
许可证MIT
状态
查看源代码

类似扩展

Cli Creator

100

Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.

技能
openai

Unslop Commit

100

重写提交消息,使其听起来像一个严谨的程序员编写的。去除 AI/营销术语(“全面的解决方案”、“健壮的实现”、“利用”、“增强”、“无缝地”、“此提交...”)。保留 Conventional Commits 格式。主题 ≤72 个字符(目标 ≤50),祈使语气。仅当“为什么”在主题中不明显时才写正文。在用户说“人性化提交”、“去营销术语化提交消息”、“让这个提交听起来像人话”、“/unslop-commit”、“/commit”、“写一个提交”或粘贴草稿提交以供清理时使用。暂存更改时自动触发。

技能
MohamedAbdallah-14

Git Commit

99

Create a git commit with a good message. Use when the user says "commit", "save changes", "commit this", or asks to create a commit after making code changes.

技能
SeifBenayed

Commit Helper

99

Helps write Git commit messages following the Conventional Commits specification. Use this skill when the user asks to commit changes, write commit messages, format commits, or mentions git commits.

技能
charon-fan

Commit Changes

97

Stage, commit, and amend changes with conventional commit messages. Covers reviewing changes, selective staging, writing descriptive commit messages using HEREDOC format, and verifying commit history. Use when saving a logical unit of work to version control, creating a commit with a conventional message, amending the most recent commit, or reviewing staged changes before committing.

技能
pjt222

Commit

95

Create well-formatted commits with conventional commit messages and emoji

技能
NeoLabHQ