DEV Community

Ashutosh Kumar Singh
Ashutosh Kumar Singh

Posted on • Originally published at lelouchb.Medium on

2

Reports from Git


Photo by Clément Hélardot on Unsplash

Original Post — https://kyledo.medium.com/automating-standups-using-gpt4-and-github-apis-63ad5ec01129

I run two fully remote businesses: a dev agency, and a Twitter SaaS. So I juggle client meetings, stand-ups, performance reviews, and fundraising. I tried to hire a VA to delegate some work, but the good ones were too expensive for me.

So I tried a different route. I made a bot that fetches Github commit history and uses GPT4 to generate a report. And it worked! The bot checks our Git commits and makes a daily report. Now we save 90% of the time we used to spend preparing for our daily and weekly meetings.

Here is the demo.

There are extra benefits too.

  1. No Misses : the bot catches all our work.
  2. Focus on Real Work : We see what we really get done.

The best part? Less stress. No more wondering what we did all day or what got fixed last week. The reports aren’t perfect, but the bot runs by itself. For a small team like ours, that’s a big deal.

I think GitReport could replace standup apps like Geekbot. So I’m making it into a product. More Git features are coming, like tracking issues and pull requests.

P.S. We’re offering an early bird discount of 50% off for the first 200 sign-ups. If you want to try it, sign up here.

API Trace View

How I Cut 22.3 Seconds Off an API Call with Sentry

Struggling with slow API calls? Dan Mindru walks through how he used Sentry's new Trace View feature to shave off 22.3 seconds from an API call.

Get a practical walkthrough of how to identify bottlenecks, split tasks into multiple parallel tasks, identify slow AI model calls, and more.

Read more →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay