git-commit
Used when committing staged changes. Generates appropriate commit messages and confirms changes before creating commits.
$ 安裝
git clone https://github.com/mikinovation/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/config/claude/skills/git-commit ~/.claude/skills/dotfiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: git-commit description: Used when committing staged changes. Generates appropriate commit messages and confirms changes before creating commits.
Git Commit
Commit staged changes with appropriate commit messages.
Steps
- Run
git status,git diff --staged, andgit log -5 --oneline - Generate single-line commit message using conventional commit format (feat:, fix:, docs:, refactor:, test:, chore:, etc.)
- Match language (English/Japanese) from recent commit history
- Execute
git commit -m "message" - Verify with
git status
Repository

mikinovation
Author
mikinovation/dotfiles/config/claude/skills/git-commit
1
Stars
0
Forks
Updated5d ago
Added1w ago