AgentSkillsCN

git-commit

当您撰写符合 Conventional Commits 格式的 Git 提交信息时,应使用此技能。在完成代码修改后、向仓库提交之前,使用此技能。该技能可提供项目专属的提交信息规范、类型选择规则、基于目录结构确定作用域的准则,以及质量检查,以确保提交信息符合项目标准。

SKILL.md
--- frontmatter
name: git-commit
description: This skill should be used when creating Git commit messages that follow Conventional Commits format. Use this skill after code changes are completed and before committing to the repository. The skill provides project-specific commit message conventions, type selection rules, scope determination based on directory structure, and quality checks to ensure commits follow the project's standards.

Git Commit Skill

This skill guides the creation of Git commit messages that follow the Conventional Commits format with project-specific conventions.

Read @.github/skills/git-commit/SKILL.md

Notes

  • Commit messages must be written in English.
  • If there are staged changes, determine the commit message based only on the staged changes.
  • The commit message must clearly state that the pull request was created by Claude Code.
code
feat(utils): update xxx function

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>