Commit

Create a git commit for the pending changes, auto-generating a message in the repo's commit style and evaluating the actual diff (not just file names) to decide whether it should land as one commit or be split across several. Use whenever the user says "commit this", "commit these changes", "commit it", "make a commit", or otherwise asks to commit — even without typing /commit explicitly. Applies the "would I revert these together?" test to catch unrelated concerns (mixed features, refactor + feature, unrelated code areas) and always proposes the commit plan for approval before staging or committing anything.

jelbirt cc91f87 3.7 KB Updated

File contents

jelbirt/LLM-Skill-Build/tree/main/commit commit cc91f873be

Frequently asked questions

npx skillmds@latest add jelbirt/commit