Show HN: Automating status updates using Git log and LLM
9 points| morgenkaffee | 2 years ago |syncup.ai
I hated writing the same update multiple times a week to everyone asking “what’s the status of X”
Copy your repo’s commit logs with git log —all —since=“1 week ago”, paste them, and get a well-formatted update.
Planning to add Github integration to further automate. Curious what folks think.
rwbayer|2 years ago
I'll have to write better commit messages, but I think this will become my go-to way to share my weekly product updates with other team members given how much time it will save. A slack integration would be cool longer term too
morgenkaffee|2 years ago