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 格式。
质量评分
已验证类似扩展
Unslop Commit
100重写提交消息,使其听起来像一个严谨的程序员编写的。去除 AI/营销术语(“全面的解决方案”、“健壮的实现”、“利用”、“增强”、“无缝地”、“此提交...”)。保留 Conventional Commits 格式。主题 ≤72 个字符(目标 ≤50),祈使语气。仅当“为什么”在主题中不明显时才写正文。在用户说“人性化提交”、“去营销术语化提交消息”、“让这个提交听起来像人话”、“/unslop-commit”、“/commit”、“写一个提交”或粘贴草稿提交以供清理时使用。暂存更改时自动触发。
Ctx Doctor
100运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor
Git Commit
99Create 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.
Caveman Commit
98超压缩的提交消息生成器。在保留意图和推理的同时,削減提交消息中的噪音。遵循Conventional Commits格式。主题≤50个字符,仅在“原因”不明显时包含正文。在用户说“写一个提交”、“提交消息”、“生成提交”、“/commit”或调用/caveman-commit时使用。暂存更改时自动触发。
Commit Changes
97Stage, 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.
Commit
95Create well-formatted commits with conventional commit messages and emoji