<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Aditya</title>
    <description>The latest articles on DEV Community by Aditya (@proximaditya).</description>
    <link>https://dev.to/proximaditya</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3952662%2Fd829aa8a-ea6d-4c8c-afbd-17c9af8e0705.png</url>
      <title>DEV Community: Aditya</title>
      <link>https://dev.to/proximaditya</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/proximaditya"/>
    <language>en</language>
    <item>
      <title>I got so tired of writing git commit -m "fixed bugs xyz" that I built an AI tool to do it for me... and programmed it to roast my code while doing it. 😭</title>
      <dc:creator>Aditya</dc:creator>
      <pubDate>Tue, 26 May 2026 13:25:36 +0000</pubDate>
      <link>https://dev.to/proximaditya/i-got-so-tired-of-writing-git-commit-m-fixed-bugs-xyz-that-i-built-an-ai-tool-to-do-it-for-me-lm0</link>
      <guid>https://dev.to/proximaditya/i-got-so-tired-of-writing-git-commit-m-fixed-bugs-xyz-that-i-built-an-ai-tool-to-do-it-for-me-lm0</guid>
      <description>&lt;p&gt;Honestly, this started as a joke to make coding a bit more fun this weekend, but it actually turned out to be super fast and useful.&lt;br&gt;
I built a Python CLI tool called Savage-Commit. When you're done coding, you just run it. It reads your git diff and uses Llama-3 (via Groq API) to write a perfect, professional commit message.&lt;/p&gt;

&lt;p&gt;BUT... before it gives you the commit, it acts like a highly toxic Senior Developer and brutally roasts whatever messy code you just wrote. It called me out for leaving trailing newlines and bad variable names today. My ego is completely destroyed. 😂&lt;/p&gt;

&lt;p&gt;How it works:&lt;br&gt;
Built with Python &amp;amp; the rich library for terminal UI.&lt;br&gt;
Uses Groq API (so it's completely free and insanely fast).&lt;br&gt;
You bring your own free API key, so it costs 0 to run locally.&lt;/p&gt;

&lt;p&gt;Here is the GitHub Repo: &lt;a href="https://github.com/proximaditya/savage-commit" rel="noopener noreferrer"&gt;https://github.com/proximaditya/savage-commit&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's make it better!&lt;br&gt;
This is fully open-source and I really want to make it a fun community project. I left some "Help Wanted" issues in the README (like adding Gemini/OpenAI support, or adding funny ASCII pop-ups). &lt;br&gt;
If anyone wants to contribute, PRs are super welcome! &lt;br&gt;
Let me know what you guys think.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
