git-commit
Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits.
$ インストール
git clone https://github.com/atusy/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/dot_claude/skills/git-commit ~/.claude/skills/dotfiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: git-commit description: Stage meaningful diffs and create commits with WHY-focused messages. Use whenever making git commits.
INSTRUCTIONS
Use /git:commit slash command to stage meaningful diffs and create commits with WHY-focused messages.
DISCIPLINE
- Only commit when:
- ALL tests are passing
- ALL compiler/linter warnings have been resolved
- The change represents a single logical unit of work
- Commit messages clearly state whether the commit contains structural or behavioral changes
- Use small, frequent commits rather than large, infrequent ones
Repository

atusy
Author
atusy/dotfiles/dot_claude/skills/git-commit
20
Stars
0
Forks
Updated6d ago
Added1w ago