DEV Community

Sherv Nariman
Sherv Nariman

Posted on

I built a lightweight CLI to catch risky AI-assisted code patterns before PR review

AI coding tools are great at producing working-looking patches. But after using them more, I noticed a recurring problem: the code can look done while the diff still hides review debt.

I built SlopCheck as a small local CLI to scan git diffs for obvious risky patterns before review.

Try it:

npx @shervnariman/slopcheck diff

I’m especially looking for feedback on what rules should be added next.

Top comments (0)