<?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: Zekken272</title>
    <description>The latest articles on DEV Community by Zekken272 (@zekken272).</description>
    <link>https://dev.to/zekken272</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%2F3902358%2Ff08e2d43-1548-41de-9d5c-a52ed1a04838.png</url>
      <title>DEV Community: Zekken272</title>
      <link>https://dev.to/zekken272</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zekken272"/>
    <language>en</language>
    <item>
      <title>I built a CLI tool that reviews your git diffs using a local Ollama model</title>
      <dc:creator>Zekken272</dc:creator>
      <pubDate>Tue, 28 Apr 2026 12:17:14 +0000</pubDate>
      <link>https://dev.to/zekken272/i-built-a-cli-tool-that-reviews-your-git-diffs-using-a-local-ollama-model-56c4</link>
      <guid>https://dev.to/zekken272/i-built-a-cli-tool-that-reviews-your-git-diffs-using-a-local-ollama-model-56c4</guid>
      <description>&lt;p&gt;&lt;strong&gt;What My Project Does&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;DevPulse is a CLI tool that reviews your git diffs using a locally running &lt;br&gt;
Ollama model. You run &lt;code&gt;devpulse review --staged&lt;/code&gt; and get a color-coded &lt;br&gt;
breakdown of bugs, security issues (like hardcoded secrets or SQL injection), &lt;br&gt;
and style suggestions — all without leaving your terminal.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Target Audience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Developers who want AI-assisted code review but can't send proprietary or &lt;br&gt;
sensitive code to external APIs. Also useful for solo developers who want a &lt;br&gt;
second opinion before committing. It's an early but functional v0.1.0 — &lt;br&gt;
feedback very welcome.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Comparison&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Copilot / CodeRabbit: cloud-based, your code leaves your machine&lt;/li&gt;
&lt;li&gt;Manual review: no AI assistance&lt;/li&gt;
&lt;li&gt;DevPulse: runs 100% locally via Ollama, no API keys, no subscriptions, 
works on any private repo&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Tech stack: Python, Typer, Rich, GitPython, Ollama&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Zekken272/devpulse" rel="noopener noreferrer"&gt;https://github.com/Zekken272/devpulse&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cli</category>
      <category>git</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
