git-commit-from-diff

Create git commits by inspecting the current diff and staged changes, then crafting a concise commit message from the diff. Use when the user asks to commit changes, asks for a commit message based on the diff, or wants a commit workflow that stages files and commits in a single pass.

$ Installer

git clone https://github.com/BenderFendor/Thesis /tmp/Thesis && cp -r /tmp/Thesis/.github/skills/git-commit-from-diff ~/.claude/skills/Thesis

// tip: Run this command in your terminal to install the skill