<?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: DontaRuffin</title>
    <description>The latest articles on DEV Community by DontaRuffin (@dontaruffin).</description>
    <link>https://dev.to/dontaruffin</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%2F93997%2F4c5147fc-5049-4afc-b53f-067ad30d70e6.png</url>
      <title>DEV Community: DontaRuffin</title>
      <link>https://dev.to/dontaruffin</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dontaruffin"/>
    <language>en</language>
    <item>
      <title>I built an AI tool that enforces your team's coding standards on every PR automatically</title>
      <dc:creator>DontaRuffin</dc:creator>
      <pubDate>Sat, 11 Apr 2026 14:57:20 +0000</pubDate>
      <link>https://dev.to/dontaruffin/i-built-an-ai-tool-that-enforces-your-teams-coding-standards-on-every-pr-automatically-46ml</link>
      <guid>https://dev.to/dontaruffin/i-built-an-ai-tool-that-enforces-your-teams-coding-standards-on-every-pr-automatically-46ml</guid>
      <description>&lt;p&gt;Every team has a checklist of things they &lt;em&gt;should&lt;/em&gt; verify in every PR — accessibility compliance, security patterns, code quality rules — but manual checks get forgotten. Tech debt accumulates.&lt;/p&gt;

&lt;p&gt;I built Solon AI to solve this. It connects to your GitHub repos as a GitHub App and automatically enforces your team's playbook rules on every pull request.&lt;/p&gt;

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

&lt;ol&gt;
&lt;li&gt;Connect your repo to Solon AI&lt;/li&gt;
&lt;li&gt;Configure your playbook rules in the dashboard (no config files needed)&lt;/li&gt;
&lt;li&gt;Open a PR — Solon reviews it automatically and posts a comment&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Example output
&lt;/h2&gt;

&lt;p&gt;I added this intentionally bad code to a test PR:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight html"&gt;&lt;code&gt;&lt;span class="nt"&gt;&amp;lt;img&lt;/span&gt; &lt;span class="na"&gt;src=&lt;/span&gt;&lt;span class="s"&gt;"photo.jpg"&lt;/span&gt;&lt;span class="nt"&gt;&amp;gt;&lt;/span&gt;
&lt;span class="nt"&gt;&amp;lt;button&amp;gt;&lt;/span&gt;Click me&lt;span class="nt"&gt;&amp;lt;/button&amp;gt;&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Solon caught both violations immediately:&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;GitHub App webhook&lt;/strong&gt; — zero setup, works automatically on every PR&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Visual playbook configuration&lt;/strong&gt; — no config files, configure rules in the dashboard UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;BLOCKING/WARNING severity&lt;/strong&gt; — teams decide what blocks vs warns&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Review history dashboard&lt;/strong&gt; — every review saved, searchable, deletable&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;MCP server&lt;/strong&gt; — check standards directly from Claude Code or Cursor before opening a PR&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Ethics by design&lt;/strong&gt; — no user_id in reviews, diff-only processing, human override always maintained&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;Free tier: 25 reviews/month, 1 repo&lt;br&gt;
Pro: $29/month flat — unlimited reviews, unlimited repos, no per-seat fees&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;p&gt;Next.js 15, TypeScript, Neon Postgres, Claude Haiku, GitHub App webhooks, Stripe, Vercel&lt;/p&gt;

&lt;h2&gt;
  
  
  Looking for
&lt;/h2&gt;

&lt;p&gt;Engineering managers at teams of 10–50 developers tired of catching the same PR issues every sprint. Happy to set you up on Pro free in exchange for honest feedback.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://solonreview.dev" rel="noopener noreferrer"&gt;solonreview.dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>github</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
