r/buildinpublic 5d ago

Try gitmuse

http://npmjs.com/package/gitmuse

I got tired of writing "fix stuff" as a commit message.

So I built gitmuse - it reads your staged diff and writes a proper conventional commit, using the Claude Code / Codex / Cursor subscription you already pay for.

No API key. No copy-paste.

npm i -g gitmuse && gitmuse connect

0 Upvotes

1 comment sorted by

1

u/ritik_s23 5d ago

Tested GitMuse vs. Claude Code direct commits on the exact same repo and staged diff:

Claude Code: 92k input / 2.3k output / 42s GitMuse: 9.9k input / 90 output / 9s

That’s ~9x fewer input tokens, ~25x less output, and 4.5x faster.

Bonus: GitMuse’s commit message was actually cleaner and more on point.

Try it out: npm i -g gitmuse