What problem does it solve? Codebases accumulate stale, misleading, or unjustified comments that clutter code and misstate intent. This Skill audits comments in a diff or file set, deletes dead ones, and converts claimed constraints into enforceable types, tests, or lint rules. ## Core Features & Use Cases - Subagent-driven audit: Spawns a Comment Sicko subagent to review comments in the current diff against the base branch, then validates its report before acting. - Root-cause fixes: Implements the smallest fix behind each accepted finding, optionally running an architecture sketch step for structural changes. - Constraint encoding: Converts "do not remove" or "talk to X before changing" comments into type, runtime, test, or CI lint enforcement after approval. - Use Case: Before merging a pull request, run the audit to strip obsolete workaround comments and turn a "do not change wording" note into a CI lint rule. ## Quick Start Run the no-comments skill on my current diff against main to audit and clean up the code comments.