From rc
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).
How this skill is triggered — by the user, by Claude, or both
Slash command
/rc:rc-deslopsonnetThe 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. This edits;
Check the diff against main and remove AI-generated slop introduced in the branch. This edits;
it is the cheap sweep that runs before every commit. rc-simplify-review is the expensive
read-only counterpart that reports on over-engineering — reach for that one when the question is
"did this need to exist?", not "is this written like a human wrote it?". Keep behavior unchanged
unless fixing a clear bug, and prefer minimal, focused edits over broad rewrites.
ponytail: marker naming a deliberate ceiling).any used only to bypass type issuesnpx claudepluginhub rodolfochicone/rc-project --plugin rcRemoves 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.