What problem does it solve? Codebases accumulate stale, misleading, or redundant comments that clutter diffs and mislead maintainers. This Skill audits comments in a diff, deletes unjustified ones, fixes the underlying code issues they hide, and converts real constraints into enforceable checks. ## Core Features & Use Cases - Subagent-driven comment audit: Spawns a Comment Sicko subagent against the current diff or caller-provided files, then validates its report before acting on any finding. - Root-cause fixes over comment patches: Implements the smallest in-scope fix for accepted findings instead of bolting on symptom guards, optionally running an architect pass for shape decisions. - Constraint encoding: Converts "do not remove" or "talk to X" comments into type, runtime, test, or CI lint enforcement after explicit approval. - Use Case: Before merging a pull request, run this Skill against the diff to strip dead comments, fix the issues they documented, and turn genuine constraints into CI checks. ## Quick Start Run the no-comments skill on my current diff against main to audit and clean up code comments.