Commit Skill
- Run
git diff --stagedandgit statusto see what's changed - Write a concise commit message summarizing the changes
- Run
git commit -m "<message>"
If no files are staged, tell the user to stage files first. Arguments passed to this skill are used as additional context for the commit message.
Source: Windy3f3f3f3f/claude-code-from-scratch — distributed by TomeVault.