← Back to list

global-commenting
by FlorianRiquelme
⭐ 0🍴 0📅 Oct 31, 2025
SKILL.md
name: Global Commenting description: Write self-documenting code that explains itself through clear structure and naming, add minimal helpful comments to explain large sections of code logic, and avoid comments about changes or fixes that won't be relevant in the future. Use this skill when deciding whether to add comments to code, writing comments for complex logic sections, ensuring code is self-explanatory through good naming, refactoring code to reduce the need for comments, or reviewing existing comments for relevance and clarity. This skill applies when working on any code files where you need to balance code clarity with appropriate documentation.
Global Commenting
When to use this skill
- When deciding whether to add comments to your code
- When writing comments for complex logic sections
- When ensuring code is self-explanatory through good naming and structure
- When refactoring code to reduce the need for explanatory comments
- When reviewing existing comments for relevance and future utility
- When removing outdated or temporary comments about changes/fixes
- When adding concise, minimal comments to explain large code sections
- When choosing between writing a comment vs. refactoring for clarity
- When working on any code files (.php, .js, .ts, .vue, etc.)
- When balancing code clarity with appropriate documentation
- When ensuring comments remain evergreen and informational
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.
Instructions
For details, refer to the information provided in this file: global commenting
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon