Problem: Writing good commit messages is tedious. Most developers either write vague messages or skip them entirely, making git history hard to follow.
Solution: A CLI tool that uses OpenAI to automatically generate descriptive Git commit messages based on your staged changes. Just run aigit and get professional commits.
Install globally via npm and start using immediately:
Requires Node.js 16+ and an OpenAI API key.