3 files
version: "1.0.1" name: commit description: Create a git commit with a summary of changes user_invocable: true context: inline
git diff --staged
git status
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.