Git commit
A sample repository for Agent Skills
npx -y skills add puku0x/agent-skills-test --skill git-commitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Create Git commit messages following Conventional Commits format with automatic type and scope detection. Use when asked to "commit changes", "create a commit", "write commit message", or when ready to commit staged code. Supports feat, fix, docs, refactor, test, build, ci, chore, and revert types with project-specific scope determination based on file paths and directory structure.
SKILL.md
1.0 KB, as published. Nobody here has run it
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.
feat(utils): update xxx function
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>