What problem does it solve? AI-assisted coding often leaves behind slop: redundant comments, unnecessary defensive checks, type-bypassing casts, and deeply nested logic. This Skill cleans up those artifacts in your branch diff while keeping behavior intact. ## Core Features & Use Cases - Diff-Based Cleanup: Compares the current branch against main and targets only the slop introduced in your changes. - Pattern Detection: Flags unnecessary comments, abnormal try/catch blocks, casts to any, and deeply nested code that should use early returns. - Behavior Preservation: Applies minimal, focused edits and keeps behavior unchanged unless fixing a clear bug. - Use Case: After generating a feature with an AI assistant, run this Skill before opening a pull request to strip out verbose comments and defensive code that do not match your codebase style. ## Quick Start Review the diff against main and remove any AI-generated slop from my current branch without changing behavior.