dev-commit
Installation
SKILL.md
enggenie:dev-commit
Announce: "I'm using enggenie:dev-commit to create a commit message."
Overview
Analyze staged changes and propose a well-crafted commit message. The message explains WHY something changed, not just what changed. Every commit gets user approval before it lands.
Step 1: Analyze Staged Changes
Run these commands to understand what is being committed:
git status
git diff --staged