What problem does it solve? Before handing off work in a pull request, diffs often contain leftover debug logging, duplicated logic, and style inconsistencies that slow down review. This Skill performs a focused manual cleanup pass on your own diff so the code is concise, consistent, and ready for handoff. ## Core Features & Use Cases - Diff Polishing: Re-reads your diff to cut dead code, leftover debug logging, and duplication while extending existing helpers instead of parallel-implementing. - Style Matching: Aligns names, imports, file layout, and comment density with neighboring code so changes blend into the codebase. - PR Handoff Preparation: Runs automatically before creating, updating, or automerging a PR, splitting work into topical commits and writing a whole-change PR title and body. - Use Case: After finishing a feature branch, invoke the cleanup pass to strip debug statements, consolidate duplicated logic into an existing helper, and produce a clean PR description before requesting review. ## Quick Start Ask the assistant to clean up the current diff before opening the pull request.