<?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: ikedalef</title>
    <description>The latest articles on DEV Community by ikedalef (@ikedalef).</description>
    <link>https://dev.to/ikedalef</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%2F4100894%2F90921afa-bd71-4411-8101-35124579bcfa.png</url>
      <title>DEV Community: ikedalef</title>
      <link>https://dev.to/ikedalef</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ikedalef"/>
    <language>en</language>
    <item>
      <title>Generate Conventional Commits from your terminal using AI (Zero Setup)</title>
      <dc:creator>ikedalef</dc:creator>
      <pubDate>Sun, 30 Aug 2026 02:09:06 +0000</pubDate>
      <link>https://dev.to/ikedalef/generate-conventional-commits-from-your-terminal-using-ai-zero-setup-nk1</link>
      <guid>https://dev.to/ikedalef/generate-conventional-commits-from-your-terminal-using-ai-zero-setup-nk1</guid>
      <description>&lt;p&gt;Writing clear commit messages following Conventional Commits (&lt;code&gt;feat:&lt;/code&gt;, &lt;code&gt;fix:&lt;/code&gt;, &lt;code&gt;chore:&lt;/code&gt;...) can get repetitive and slow down development workflows.&lt;/p&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;ai-commit-pro-cli&lt;/strong&gt;, a lightweight CLI &amp;amp; Web tool that reads your staged git diff and instantly generates standardized commit messages and PR summaries.&lt;/p&gt;




&lt;h3&gt;
  
  
  ⚡ Quick Start (No install needed)
&lt;/h3&gt;

&lt;p&gt;Inside any Git repository with staged changes, just run:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
bash
npx ai-commit-pro-cli
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>ai</category>
      <category>webdev</category>
      <category>javascript</category>
      <category>git</category>
    </item>
  </channel>
</rss>
