git-gen: Rethinking Commit Messages
· git
git-gen is a bash script that sends staged diffs to Claude and gets back a commit message draft. It works because most commits need a clear description of the diff, not a grand theory of the codebase.
· git
git-gen is a bash script that sends staged diffs to Claude and gets back a commit message draft. It works because most commits need a clear description of the diff, not a grand theory of the codebase.
· go
Go uses names for more than readability. Casing controls visibility, short variables signal scope, and consistent verbs keep packages understandable.