commit-smart

Installation
SKILL.md

Smart Commit

Create meaningful conventional commits by analyzing your actual changes.

Workflow

Step 1: Assess the working tree

Run these commands to understand the current state:

git status
git diff --stat
git diff --cached --stat

Step 2: Handle unstaged changes

If nothing is staged (git diff --cached is empty):

Installs
93
GitHub Stars
30.0K
First Seen
Feb 24, 2026
commit-smart — davila7/claude-code-templates