跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Commit Helper

技能 已验证 活跃

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.

目的

To help developers write well-formatted Git commit messages efficiently, adhering to the Conventional Commits specification, and improving project history clarity.

功能

  • Generates Conventional Commits messages
  • Validates commit message format
  • Provides guidance on types, scopes, and formatting
  • Includes examples for various scenarios
  • Integrates with Git workflow for commit generation

使用场景

  • When a user asks to commit changes
  • When a user requests to write or format git commit messages
  • To enforce a standardized commit message format
  • To improve the clarity and consistency of Git history

非目标

  • Performing Git operations beyond commit message generation
  • Managing merge conflicts or rebasing
  • Automating the entire Git commit process without user review

安装

npx skills add charon-fan/agent-playbook

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交28 days ago
星标53
状态
查看源代码

类似扩展

Unslop Commit

100

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

技能
MohamedAbdallah-14

Ctx Doctor

100

运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor

技能
mksglu

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

Caveman Commit

98

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

技能
juliusbrussee

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