comment-cleanup

Installation
SKILL.md

Comment Cleanup

I'll analyze and improve the documentation in the specified file following strategic documentation principles.

Target File

$ARGUMENTS

Documentation Philosophy

Core Principles

  1. Self-documenting code first - Improve naming and structure before adding comments
  2. Comments capture design intent - Document WHY, not WHAT (when WHAT is obvious)
  3. Reduce cognitive load - Make implicit knowledge explicit
  4. Eliminate redundancy - Never restate what code already makes clear

What Makes GOOD Comments

Installs
First Seen
comment-cleanup — smithery/ai