<?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: Chekarda Ali</title>
    <description>The latest articles on DEV Community by Chekarda Ali (@chekarda_ali_c14d11faf19c).</description>
    <link>https://dev.to/chekarda_ali_c14d11faf19c</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4128732%2Fb7860968-cbff-422d-b327-f2b3a46c45a6.jpg</url>
      <title>DEV Community: Chekarda Ali</title>
      <link>https://dev.to/chekarda_ali_c14d11faf19c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/chekarda_ali_c14d11faf19c"/>
    <language>en</language>
    <item>
      <title>How I Built a VS Code Extension That Solves Bad Commit Messages (No AI Required)</title>
      <dc:creator>Chekarda Ali</dc:creator>
      <pubDate>Wed, 16 Sep 2026 21:55:57 +0000</pubDate>
      <link>https://dev.to/chekarda_ali_c14d11faf19c/how-i-built-a-vs-code-extension-that-solves-bad-commit-messages-no-ai-required-411n</link>
      <guid>https://dev.to/chekarda_ali_c14d11faf19c/how-i-built-a-vs-code-extension-that-solves-bad-commit-messages-no-ai-required-411n</guid>
      <description>&lt;p&gt;Every developer has done it. You finish some code, open the terminal, and write:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;git commit -m "fix"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Or worse:&lt;br&gt;
&lt;code&gt;git commit -m "update"&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Months later, you look at your history and have no idea what changed.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Good commit messages take time. You have to:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Review the diff&lt;/li&gt;
&lt;li&gt;Think about the format&lt;/li&gt;
&lt;li&gt;Choose the right type (feat/fix/refactor)&lt;/li&gt;
&lt;li&gt;Write a clear subject line&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's not hard — it's just tedious.&lt;/p&gt;

&lt;h2&gt;
  
  
  The Solution I Built
&lt;/h2&gt;

&lt;p&gt;I made &lt;strong&gt;Git Commit Genius&lt;/strong&gt; — a VS Code extension that generates professional commit messages automatically.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works:&lt;/strong&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Stage your files (&lt;code&gt;git add .&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Press &lt;code&gt;Ctrl+Shift+C&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Pick from 4 smart suggestions&lt;/li&gt;
&lt;li&gt;Commit with one click&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;&lt;strong&gt;Features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;100% offline (no AI, no API calls)&lt;/li&gt;
&lt;li&gt;Follows Conventional Commits standard&lt;/li&gt;
&lt;li&gt;4 actions: Commit now, Copy as git command, Copy message, or Set in Git panel&lt;/li&gt;
&lt;li&gt;Supports 15+ file types&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why No AI?
&lt;/h2&gt;

&lt;p&gt;AI commit message generators exist. But they:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Cost money (subscriptions)&lt;/li&gt;
&lt;li&gt;Require internet&lt;/li&gt;
&lt;li&gt;Send your code to external servers&lt;/li&gt;
&lt;li&gt;Are slow&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;My tool uses &lt;strong&gt;pattern matching&lt;/strong&gt; and &lt;strong&gt;file analysis&lt;/strong&gt; to generate suggestions — all locally, all instantly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo:   &lt;a href="https://vimeo.com/1226783531?share=copy&amp;amp;fl=sv&amp;amp;fe=ci" rel="noopener noreferrer"&gt;https://vimeo.com/1226783531?share=copy&amp;amp;fl=sv&amp;amp;fe=ci&lt;/a&gt;
&lt;/h2&gt;

&lt;h2&gt;
  
  
  Get It
&lt;/h2&gt;

&lt;p&gt;If you want to try it:   &lt;a href="https://payhip.com/b/3QYiN" rel="noopener noreferrer"&gt;https://payhip.com/b/3QYiN&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'm planning:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Custom commit templates&lt;/li&gt;
&lt;li&gt;Multi-language support&lt;/li&gt;
&lt;li&gt;Team-shared configurations&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Feedback welcome!&lt;/p&gt;

</description>
      <category>git</category>
      <category>softwaredevelopment</category>
      <category>tools</category>
      <category>vscode</category>
    </item>
  </channel>
</rss>
