smart-commit

Installation
SKILL.md

Smart Commit

AI-powered git commit message generation using LLM. Creates meaningful commit messages from code changes.

Capabilities

  1. Amend Last Commit - Summarize staged/unstaged changes and amend the last commit message
  2. Squash Commits - Summarize last N commits and create a consolidated commit
  3. Interactive Commit - Confirm files with user, then summarize and create new commit

Quick Start

For New Commit

# Show changed files and ask user confirmation
git status

# After confirmation, summarize changes with LLM
# Create commit with generated message
Related skills

More from jackjin1997/clawforge

Installs
30
GitHub Stars
8
First Seen
Feb 16, 2026