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
- Self-documenting code first - Improve naming and structure before adding comments
- Comments capture design intent - Document WHY, not WHAT (when WHAT is obvious)
- Reduce cognitive load - Make implicit knowledge explicit
- Eliminate redundancy - Never restate what code already makes clear