Global Commenting
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle global commenting.
When to use this skill
- •When writing self-documenting code through clear structure and naming
- •When adding concise, minimal comments to explain large sections of logic
- •When avoiding comments about recent or temporary changes or fixes
- •When ensuring comments are evergreen and relevant far into the future
- •When documenting complex algorithms or non-obvious reasoning
- •When writing function documentation (JSDoc, TSDoc, docstrings)
- •When refactoring code to be more self-explanatory
- •When maintaining comment quality across TypeScript, JavaScript, Python, Ruby, or any codebase
Instructions
For details, refer to the information provided in this file: global commenting