What problem does it solve? Code changes often accumulate unnecessary or misleading comments that clutter diffs before review. This Skill audits only the comments a change added, deletes unjustified ones, and fixes the root causes that prompted them. ## Core Features & Use Cases - Scoped Comment Audit: Spawns a Comment Sicko subagent to hunt only comments introduced by the current diff against the base branch, leaving pre-existing comments untouched. - Root-Cause Fixes: Implements the smallest in-scope fix for accepted findings, optionally running the architect skill when a fix needs a shape decision. - Constraint Encoding: Converts "do not remove" style constraint comments into type, runtime, test, or CI lint enforcement after interactive approval. - Use Case: Before opening a pull request, run this Skill to strip the explanatory comments your change added, restore any wrongly deleted historical comments, and land fixes for dead code paths the comments were papering over. ## Quick Start Run the no-comments skill on my current diff to remove the comments this change added before review.