<?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: Cleverson Trujilu Geronimo Junior</title>
    <description>The latest articles on DEV Community by Cleverson Trujilu Geronimo Junior (@cleverson_corbeaux).</description>
    <link>https://dev.to/cleverson_corbeaux</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%2F4101880%2F81e77f81-4474-4d09-872f-9293d6b1814c.jpg</url>
      <title>DEV Community: Cleverson Trujilu Geronimo Junior</title>
      <link>https://dev.to/cleverson_corbeaux</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cleverson_corbeaux"/>
    <language>en</language>
    <item>
      <title>Supercharge Git Flow: Zsh Shortcuts, Automated SemVer &amp; Claude Code Integration</title>
      <dc:creator>Cleverson Trujilu Geronimo Junior</dc:creator>
      <pubDate>Sun, 30 Aug 2026 23:05:02 +0000</pubDate>
      <link>https://dev.to/cleverson_corbeaux/supercharge-git-flow-zsh-shortcuts-automated-semver-claude-code-integration-pbi</link>
      <guid>https://dev.to/cleverson_corbeaux/supercharge-git-flow-zsh-shortcuts-automated-semver-claude-code-integration-pbi</guid>
      <description>&lt;p&gt;While Git Flow (specifically the AVH edition) remains a solid branching model for managing releases and hotfixes in structured production environments, running its full suite of CLI commands daily can feel tedious and error-prone.&lt;/p&gt;

&lt;p&gt;Switching branches, stashing uncommitted work, synchronizing &lt;code&gt;develop&lt;/code&gt; and &lt;code&gt;main&lt;/code&gt;/&lt;code&gt;master&lt;/code&gt;, calculating the next Semantic Version (SemVer), drafting tag release notes, and pushing tags across multiple remotes introduce friction that slows down engineering velocity.&lt;/p&gt;

&lt;p&gt;To solve this, I built &lt;strong&gt;&lt;a href="https://github.com/cleversontrujilu/zsh-git-flow-shortcuts" rel="noopener noreferrer"&gt;git-flow-shortcuts&lt;/a&gt;&lt;/strong&gt;: a lightweight Zsh plugin that streamlines the entire Git Flow lifecycle with &lt;strong&gt;Conventional Commits&lt;/strong&gt;, automated &lt;strong&gt;SemVer bumping&lt;/strong&gt;, transparent &lt;strong&gt;stash/pop handling&lt;/strong&gt;, and an optional &lt;strong&gt;Claude Code skill&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚡ Key Highlights
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;🔄 &lt;strong&gt;Safe Base Branch Sync (&lt;code&gt;gup&lt;/code&gt;):&lt;/strong&gt; Automatically pulls the latest changes for both &lt;code&gt;develop&lt;/code&gt; and &lt;code&gt;main&lt;/code&gt;/&lt;code&gt;master&lt;/code&gt; via &lt;code&gt;--ff-only&lt;/code&gt;, while safely stashing and restoring your working directory.&lt;/li&gt;
&lt;li&gt;🏷️ &lt;strong&gt;Automated SemVer Calculation:&lt;/strong&gt; Determines the next release/hotfix version based on existing Git tags (e.g., &lt;code&gt;1.4.2&lt;/code&gt; $\rightarrow$ &lt;code&gt;1.5.0&lt;/code&gt; for releases or &lt;code&gt;1.5.0&lt;/code&gt; $\rightarrow$ &lt;code&gt;1.5.1&lt;/code&gt; for hotfixes).&lt;/li&gt;
&lt;li&gt;💬 &lt;strong&gt;Conventional Commits Engine (&lt;code&gt;gcMsg&lt;/code&gt;):&lt;/strong&gt; Enforces structured commits (&lt;code&gt;feat(scope): message&lt;/code&gt;) with built-in pull/push sync and breaking change flags (&lt;code&gt;--breaking&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;📦 &lt;strong&gt;Seamless Release &amp;amp; Hotfix Finish:&lt;/strong&gt; Merges to both target branches without popping up annoying interactive merge editors, creates annotated tags from markdown changelogs, and pushes branches + tags upstream.&lt;/li&gt;
&lt;li&gt;🤖 &lt;strong&gt;AI-Orchestrated via Claude Code:&lt;/strong&gt; Includes a ready-to-use skill in &lt;code&gt;bonus/skill-claude-code/&lt;/code&gt; so an AI CLI agent can analyze your diffs and orchestrate these commands directly.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🛠️ Installation
&lt;/h2&gt;

&lt;p&gt;You can install it using your preferred Zsh plugin manager or standard shell configuration:&lt;/p&gt;

&lt;h3&gt;
  
  
  Oh My Zsh
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/cleversontrujilu/zsh-git-flow-shortcuts &lt;span class="se"&gt;\&lt;/span&gt;
  &lt;span class="s2"&gt;"&lt;/span&gt;&lt;span class="k"&gt;${&lt;/span&gt;&lt;span class="nv"&gt;ZSH_CUSTOM&lt;/span&gt;&lt;span class="k"&gt;:-&lt;/span&gt;&lt;span class="nv"&gt;$HOME&lt;/span&gt;&lt;span class="p"&gt;/.oh-my-zsh/custom&lt;/span&gt;&lt;span class="k"&gt;}&lt;/span&gt;&lt;span class="s2"&gt;/plugins/git-flow-shortcuts"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
      <category>ai</category>
      <category>git</category>
      <category>zsh</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
