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

Git Commit

技能 已验证 活跃

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.

目的

To help users create well-crafted, conventional git commit messages automatically, improving commit history clarity and consistency.

功能

  • Review staged and unstaged changes
  • Draft commit messages following conventional commits
  • Focus on 'why' changes were made
  • Enforce message length and structure
  • Utilize standard git commands

使用场景

  • When user wants to save changes with a good commit message
  • After making code changes and staging them
  • When unsure about commit message best practices
  • To maintain a consistent commit history

非目标

  • Pushing commits to remote repositories
  • Skipping git hooks or verification
  • Performing destructive git operations beyond standard commit amends/resets

实践

  • Conventional Commits
  • Code Review
  • Version Control Best Practices

先决条件

  • Git installed and configured
  • Staged changes in the repository
  • Bash and standard git commands available in the runtime environment

Documentation

  • info:READMEThe README is comprehensive but very long, though it does not detract from the core functionality described in the SKILL.md.

安装

npx skills add SeifBenayed/claude-code-sdk

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

质量评分

已验证
99 /100
1 day ago 分析

信任信号

最近提交about 1 month ago
星标114
许可证MIT
状态
查看源代码