소개
Slopwatch is a specialized quality gate for .NET developers using AI assistants to prevent the introduction of 'slop'—shortcuts that make tests pass or builds succeed without actually solving underlying problems. It identifies patterns like disabled tests, suppressed compiler warnings, empty catch blocks, and arbitrary delays that LLMs often use to optimize for apparent success. By utilizing a baseline system to ignore existing technical debt and integrating directly into Claude Code via hooks, Slopwatch ensures that every AI-generated modification maintains rigorous standards of code integrity and reliability.