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
1
GitHub Stars
1
First Seen
Jun 19, 2026
commit-smart — mishit18/claude-code-templates