remove-dumb-comments
Installation
SKILL.md
Remove Dumb Comments
Flag comments that say what the code already says; keep every comment that explains why. The user chooses which flagged comments to remove.
Invocation
| Command | Behavior |
|---|---|
/remove-dumb-comments |
Find the 10 lowest-value comments. |
/remove-dumb-comments <number> |
Find that many lowest-value comments. |
/remove-dumb-comments all |
Find every low-value comment. |
Never Remove
Keep any comment that carries a why the code cannot convey: