Hacker News new | ask | show | jobs
Show HN: Simple AI-powered commit msgs script (tomdekan.com)
1 points by tomdekan 397 days ago
I wrote a short script that takes a Git diff and uses OpenAI’s API to output a concise commit summary plus a detailed description following best practices. It works with any repo - just add it to .bashrc or equivalent.

Hope it saves you time.