Automatically create a git commit message based on current staged changes Use when this capability is needed.
Install
npx skillscat add tomevault-io/tomes/commit Install via the SkillsCat registry.
SKILL.md
Instructions for Claude
Staged changes:
!git diff --staged
Analyze the staged changes above and generate a concise conventional commit message.
- If multiple changes exist, use dashes to list them.
- Do not capitalize the first character.
- Only output the commit message; do not explain it.
Source: 2SSK/dot-files — distributed by TomeVault.