How this skill is triggered — by the user, by Claude, or both
Slash command
/cursor-team-kit:deslopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check the diff against main and remove AI-generated slop introduced in the branch.
Check the diff against main and remove AI-generated slop introduced in the branch.
any used only to bypass type issuesnpx claudepluginhub kdoroszewicz/cursor-plugins-claude --plugin cursor-team-kit4plugins reuse this skill
First indexed Jun 9, 2026
Removes AI-generated slop from the branch diff — unearned comments, defensive try/catch on trusted paths, `any` casts that only silence the type-checker, and nesting that should be an early return. Use before claiming a coding task complete, before a commit or PR, or when the user asks for slop cleanup. Do not use to hunt correctness or security defects (rc-code-review), to report on over-engineering without editing (rc-simplify-review), or to fix existing review issues (rc-fix-reviews).
Removes AI-generated code slop (extra comments, defensive checks, casts) from the current branch by diffing against main. Reports changes made.
Removes AI-generated code slop from current branch by checking git diff against main, targeting extra comments, abnormal defensive checks, try/catch blocks, and style inconsistencies. Summarizes changes.