<?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: Kaiji</title>
    <description>The latest articles on DEV Community by Kaiji (@kaiji1126).</description>
    <link>https://dev.to/kaiji1126</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%2F4106482%2F787614ba-b364-4830-a1f5-88bbaeb61024.jpg</url>
      <title>DEV Community: Kaiji</title>
      <link>https://dev.to/kaiji1126</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kaiji1126"/>
    <language>en</language>
    <item>
      <title>Stop Being Your Agent's QA: A Skill That Makes AI Coding Agents Prove Their Work</title>
      <dc:creator>Kaiji</dc:creator>
      <pubDate>Wed, 02 Sep 2026 16:11:56 +0000</pubDate>
      <link>https://dev.to/kaiji1126/stop-being-your-agents-qa-a-skill-that-makes-ai-coding-agents-prove-their-work-4gkn</link>
      <guid>https://dev.to/kaiji1126/stop-being-your-agents-qa-a-skill-that-makes-ai-coding-agents-prove-their-work-4gkn</guid>
      <description>&lt;p&gt;Every AI coding session ends the same way: the agent says "Done ✓" — and you spend the next 30 minutes manually clicking through everything to find out it isn't.&lt;/p&gt;

&lt;p&gt;I got tired of being my agent's test suite. So I built &lt;strong&gt;stop-manual-testing&lt;/strong&gt; — a skill that flips the loop: every task ends with machine-checkable criteria the agent must actually run and pass before it's allowed to say "done".&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;Every task ends with a verification list the agent can execute itself: commands, checks, expected outputs&lt;/li&gt;
&lt;li&gt;If a check can't be automated, the skill tells you exactly what to verify by hand — and why&lt;/li&gt;
&lt;li&gt;The agent converges in a closed loop instead of handing you "Done ✓" and hoping for the best&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's modular, checks can run in parallel, and it works across agent-driven workflows.&lt;/p&gt;


&lt;div class="ltag-github-readme-tag"&gt;
  &lt;div class="readme-overview"&gt;
    &lt;h2&gt;
      &lt;img src="https://assets.dev.to/assets/github-logo-5a155e1f9a670af7944dd5e12375bc76ed542ea80224905ecaf878b9157cdefc.svg" alt="GitHub logo"&gt;
      &lt;a href="https://github.com/Kaiji-Z" rel="noopener noreferrer"&gt;
        Kaiji-Z
      &lt;/a&gt; / &lt;a href="https://github.com/Kaiji-Z/stop-manual-testing" rel="noopener noreferrer"&gt;
        stop-manual-testing
      &lt;/a&gt;
    &lt;/h2&gt;
    &lt;h3&gt;
      Stop manually testing your AI agent. A skill that builds a machine-checkable verification system so the agent self-verifies and converges in a closed loop. | 让 AI agent 自己搭机器可判定的验证体系,在闭环里自己收敛,停止手动测试。
    &lt;/h3&gt;
  &lt;/div&gt;
  &lt;div class="ltag-github-body"&gt;
    
&lt;div id="readme" class="md"&gt;&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;stop-manual-testing&lt;/h1&gt;
&lt;/div&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;A skill that stops you from manually testing your AI agent. The agent reads it, builds a machine-checkable verification system, and self-converges in a closed loop — collapsing the ~90% of dev time you spend staring at runs and judging by gut feel.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/Kaiji-Z/stop-manual-testing#%E4%B8%AD%E6%96%87%E7%89%88" rel="noopener noreferrer"&gt;中文&lt;/a&gt; · English&lt;/strong&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;div class="markdown-heading"&gt;
&lt;h1 class="heading-element"&gt;English&lt;/h1&gt;
&lt;/div&gt;
&lt;p&gt;A &lt;a href="https://platform.claude.com/docs/en/agents-and-tools/agent-skills/overview" rel="nofollow noopener noreferrer"&gt;skill&lt;/a&gt; for AI coding agents (Claude Code / Codex / ZCode / Cursor). Load it once, and instead of you manually clicking through the UI and eyeballing whether the agent "got better or worse this run," the agent builds itself a verification system where correctness is machine-checkable — then iterates inside a closed loop until it converges.&lt;/p&gt;
&lt;div class="markdown-heading"&gt;
&lt;h2 class="heading-element"&gt;The pain it solves&lt;/h2&gt;
&lt;/div&gt;
&lt;p&gt;If you develop AI agents, you are likely stuck here:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;~90% of your time goes to manual testing&lt;/strong&gt; — opening the web page, typing inputs, watching the agent step by step, judging with your own brain whether it got better…&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;
  &lt;/div&gt;
  &lt;div class="gh-btn-container"&gt;&lt;a class="gh-btn" href="https://github.com/Kaiji-Z/stop-manual-testing" rel="noopener noreferrer"&gt;View on GitHub&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;


&lt;p&gt;If you're spending more time reviewing your agent's work than actually creating, give it a try — feedback welcome.&lt;/p&gt;

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