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>