# commit > Create a git commit - Author: holger - Repository: holtid/claude-code-plugins - Version: 20260201213329 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/holtid/claude-code-plugins - Web: https://mule.run/skillshub/@@holtid/claude-code-plugins~commit:20260201213329 --- --- name: commit description: Create a git commit --- ## Context - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Current branch: !`git branch --show-current` - Recent commits: !`git log --oneline -10` ## Your task Based on the above changes, create a single git commit. Follow the commit style that is already in use for this repo. Dont sign commit messages with claude code!