Hacker News new | ask | show | jobs
Show HN: I built a cli to let AI write your git commits, README, CHANGELOG, etc (superclaude.sh)
1 points by ges 359 days ago
Hey HN

After years of shame-committing with messages like "fix stuff", "update things", and "polish", I finally snapped and built SuperClaude.

It's a CLI that connects Claude AI to your git workflow. You just run `superclaude commit` and it analyzes your changes, understands the context, and writes proper conventional commits that actually make sense.

But then I got carried away and added: - Smart changelogs (turns your messy git history into readable release notes) - AI code reviews that catch security issues and performance problems - Auto-generated documentation - Commit annotation (adds AI notes to explain WTF you were thinking 6 months ago)

The whole thing is ~84KB and your code never leaves your machine - it just talks directly to Claude's API & Github.

From the CLI, just write "superclaude commit" and it generates a perfect message + commits it for you.

I've been using it for days and honestly can't go back to manual commits. Feel free to use it, contribute and lmk what you think!