What problem does it solve? AI coding assistants often add unnecessary comments, redundant defensive checks, and type casts that clutter the codebase and diverge from its established style. This Skill cleans up that slop so the branch reads like human-written code. ## Core Features & Use Cases - Diff-Based Cleanup: Reviews the diff against main and removes only the slop introduced in the current branch. - Style Consistency: Strips extra comments, abnormal try/catch blocks, defensive null checks on trusted codepaths, and casts to any. - Use Case: After an AI assistant generates a feature branch full of verbose comments and over-cautious error handling, run this Skill before opening a pull request to restore the codebase's natural style. ## Quick Start Review the diff of my current branch against main and remove all AI-generated slop such as redundant comments and unnecessary defensive checks.