This catches the telltale signs of AI-generated code before they make it into your codebase. It scans your branch diff for unnecessary comments, defensive try/catch blocks on trusted paths, lazy `any` casts, and overly nested logic that should use early returns. The goal is to maintain consistency with your existing code style rather than letting LLM habits creep in. It's most useful as a pre-commit sanity check when you've been leaning heavily on AI assistance and want to ensure the output matches your team's patterns. Keeps edits minimal and behavior unchanged unless there's an actual bug.
npx skills add https://github.com/cursor/plugins --skill deslop