<?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: Alex Kyoto</title>
    <description>The latest articles on DEV Community by Alex Kyoto (@0xkyotodev).</description>
    <link>https://dev.to/0xkyotodev</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%2F3804109%2Fe382c070-9e48-4b9a-8e15-5a63207ceba0.jpg</url>
      <title>DEV Community: Alex Kyoto</title>
      <link>https://dev.to/0xkyotodev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/0xkyotodev"/>
    <language>en</language>
    <item>
      <title>I got tired of writing "fix" and "wip" — so I built a CLI that does it for me</title>
      <dc:creator>Alex Kyoto</dc:creator>
      <pubDate>Tue, 03 Mar 2026 15:52:13 +0000</pubDate>
      <link>https://dev.to/0xkyotodev/i-got-tired-of-writing-fix-and-wip-so-i-built-a-cli-that-does-it-for-me-53bn</link>
      <guid>https://dev.to/0xkyotodev/i-got-tired-of-writing-fix-and-wip-so-i-built-a-cli-that-does-it-for-me-53bn</guid>
      <description>&lt;p&gt;I had 47 commits named "fix" last month.&lt;/p&gt;

&lt;p&gt;I knew about Conventional Commits. I wanted to use them. But writing &lt;code&gt;feat(auth): add OAuth2 login flow&lt;/code&gt; manually every single time felt like too much friction.&lt;/p&gt;

&lt;p&gt;So I built CommitMsg — a CLI that reads your staged git diff and generates 3 conventional commit options. You pick with arrow keys. Done.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;1. Stage your files as usual&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git add &lt;span class="nb"&gt;.&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;2. Run cm&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;cm
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;3. Pick from 3 options with arrow keys&lt;/strong&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;❯ feat(auth): add OAuth2 login with Google
  feat: implement social authentication
  feat(auth): integrate Google sign-in flow
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;&lt;strong&gt;4. Commit applied automatically&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;That's it. No config files. No API keys. Just install and run.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;npm &lt;span class="nb"&gt;install&lt;/span&gt; &lt;span class="nt"&gt;-g&lt;/span&gt; commitmsg-ai
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why I built it this way
&lt;/h2&gt;

&lt;p&gt;I wanted zero friction. The biggest problem with existing tools is they ask you to configure everything before you can use them.&lt;/p&gt;

&lt;p&gt;CommitMsg works out of the box. First run — already generating commits.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;VS Code extension&lt;/li&gt;
&lt;li&gt;Team style guide via &lt;code&gt;.commitmsg.yml&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;JetBrains plugin&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;If you try it, let me know what you think in the comments.&lt;/p&gt;

&lt;p&gt;And if your git log looks anything like mine did — you're welcome 😄&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;npm:&lt;/strong&gt; npmjs.com/package/commitmsg-ai&lt;/p&gt;

</description>
      <category>git</category>
      <category>cli</category>
      <category>opensource</category>
      <category>node</category>
    </item>
  </channel>
</rss>
