<?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: Rafał Szymański</title>
    <description>The latest articles on DEV Community by Rafał Szymański (@rafa_szymaski_dev).</description>
    <link>https://dev.to/rafa_szymaski_dev</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%2F3344847%2F1b6bc7f5-f5e1-4fc4-a844-a886efbb061b.png</url>
      <title>DEV Community: Rafał Szymański</title>
      <link>https://dev.to/rafa_szymaski_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/rafa_szymaski_dev"/>
    <language>en</language>
    <item>
      <title>🧠 I built a tiny AI code review tool for GitLab – mostly for myself, maybe useful for you too</title>
      <dc:creator>Rafał Szymański</dc:creator>
      <pubDate>Sat, 12 Jul 2025 15:46:28 +0000</pubDate>
      <link>https://dev.to/rafa_szymaski_dev/i-built-a-tiny-ai-code-review-tool-for-gitlab-mostly-for-myself-maybe-useful-for-you-too-1jcb</link>
      <guid>https://dev.to/rafa_szymaski_dev/i-built-a-tiny-ai-code-review-tool-for-gitlab-mostly-for-myself-maybe-useful-for-you-too-1jcb</guid>
      <description>&lt;p&gt;Hey dev.to! 👋&lt;/p&gt;

&lt;p&gt;I wanted to share a small tool I recently built - something that solves a real daily annoyance I had as a developer.&lt;/p&gt;

&lt;p&gt;It’s called &lt;a href="https://mergereque.st" rel="noopener noreferrer"&gt;MergeReque.st&lt;/a&gt;, and it helps automate code reviews with AI – without being heavy, complicated, or trying to replace humans.&lt;/p&gt;

&lt;p&gt;Not another code quality platform. Just a tool that saves time and repetition. That’s it.&lt;/p&gt;

&lt;h2&gt;
  
  
  💬 The problem
&lt;/h2&gt;

&lt;p&gt;Like many developers, I noticed I was writing the same code review comments over and over again:&lt;/p&gt;

&lt;p&gt;"Please rename this variable to something more descriptive."&lt;/p&gt;

&lt;p&gt;"This breaks our project conventions."&lt;/p&gt;

&lt;p&gt;Doing this daily started to feel like a waste of time 😩&lt;/p&gt;

&lt;p&gt;So I decided to automate the boring parts, while keeping full control over what’s being said.&lt;/p&gt;

&lt;h2&gt;
  
  
  🔧 What I built
&lt;/h2&gt;

&lt;p&gt;A small app that:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connects to your GitLab account via token&lt;/li&gt;
&lt;li&gt;Fetches your repositories and open merge requests&lt;/li&gt;
&lt;li&gt;Lets you define your code review standards in a simple knowledge base&lt;/li&gt;
&lt;li&gt;Generates suggested comments using AI (based on your rules)&lt;/li&gt;
&lt;li&gt;Lets you edit and publish those comments with one click&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🛠️ Tech stack
&lt;/h2&gt;

&lt;p&gt;I wanted to build a working MVP fast, so I used:&lt;/p&gt;

&lt;p&gt;Next.js – backend + frontend in one project&lt;/p&gt;

&lt;p&gt;Shipfa.st – a great boilerplate for SaaS apps (not sponsored, just genuinely useful)&lt;/p&gt;

&lt;h2&gt;
  
  
  🧪 Who it’s for
&lt;/h2&gt;

&lt;p&gt;In short:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Developers who do frequent code reviews&lt;/li&gt;
&lt;li&gt;Teams with custom coding standards that get ignored unless enforced&lt;/li&gt;
&lt;li&gt;People who want something that just works, without pitching it to 3 managers first&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I made it for myself, but if you’re in a similar spot, it might help you too.&lt;/p&gt;

&lt;h2&gt;
  
  
  💰 Pricing?
&lt;/h2&gt;

&lt;p&gt;🆓 Free plan – 1 MR review per day, to verify if the tool is good for you&lt;/p&gt;

&lt;p&gt;💵 $10/month – up to 20 reviews per day (~400/month). To be honest, it’s hard to hit that limit unless you’re doing nothing but reviews.&lt;/p&gt;

&lt;p&gt;Here is a movie that shows it in action:&lt;br&gt;
  &lt;iframe src="https://www.youtube.com/embed/rRYidxOfxBo"&gt;
  &lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ai</category>
      <category>productivity</category>
      <category>softwaredevelopment</category>
    </item>
  </channel>
</rss>
