What problem does it solve? Codebases accumulate stale, misleading, or unjustified comments that clutter code and drift out of sync with behavior. This Skill audits comments in a diff or file set, deletes the ones that add no value, and converts claimed constraints into enforceable checks. ## Core Features & Use Cases - Subagent-driven audit: Spawns a Comment Sicko subagent to review the current diff against the base branch, then validates its report before acting on findings. - Root-cause fixes: Implements the smallest fix for accepted findings, optionally running an architect pass when a fix needs a design shape. - Constraint encoding: Turns "do not remove" style comments into types, runtime checks, tests, or CI lints after interactive approval. - Use Case: Before merging a pull request, run the audit to strip dead comments, fix the underlying code issues they were papering over, and encode real constraints as tests. ## Quick Start Run the no-comments skill on my current diff against main to review and clean up the code comments.