What problem does it solve?
Write minimal, helpful code comments that explain logic without cluttering the codebase. Use this skill when deciding whether to add comments to code. Use this skill when writing self-documenting code with clear naming and structure. Use this skill when adding concise comments to explain complex logic sections. Use this skill when avoiding comments that describe recent changes or temporary fixes. Use this skill when ensuring comments remain evergreen and relevant long-term. Use this skill when preferring code clarity over excessive commenting. Use this skill when documenting code in any file throughout the project.
Core Features & Use Cases
- Encourages concise, purposeful comments that explain intent
- Promotes self-documenting code through meaningful naming and structure
- Helps avoid outdated or change-focused notes by focusing on long-term clarity
- Ensures consistent documentation across languages and files
Quick Start
Review your codebase and replace vague comments with concise, evergreen explanations that describe intent rather than recent changes.