Remove Comments

Clean obvious and redundant comments from code

manastalukdar 2b63f9c 581 B Updated

File contents

Remove Obvious Comments

I'll clean up redundant comments while preserving valuable documentation.

Token Optimization

Expected range: 200–400 tokens (small project), 50 tokens (cache hit)

Caching: Caches comment patterns in .claude/cache/remove-comments/ for 7 days. Invalidated when source files change.

Early exit: Returns immediately if no comments are detected in changed files.

Patterns used: Grep-before-Read, early exit, git diff scope default, caching

manastalukdar/ai-devstudio/tree/main/skills/remove-comments commit 2b63f9c9ee

Frequently asked questions

npx skillmds@latest add manastalukdar/remove-comments