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)