Goblin-mode git-commit-one-delta
{{ ๐ซ๐ซ๐ซ }} Generate a commit message. If nothing staged, stage all changes.
install
source ยท Clone the upstream repo
git clone https://github.com/JasonWarrenUK/goblin-mode
Claude Code ยท Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/JasonWarrenUK/goblin-mode "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/git-commit-one-delta" ~/.claude/skills/jasonwarrenuk-goblin-mode-git-commit-one-delta && rm -rf "$T"
manifest:
skills/git-commit-one-delta/SKILL.mdsource content
Steps
- If no changes staged, stage all. If files are already staged, do not stage more files.
- Generate commit message per conventional commits format.
- Show message and await approval:
- If approved, push to upstream
- If changes requested, revise and repeat