Back to list
motlin

comment-cleanup

by motlin

A Claude Code skill for tracking and completing tasks from a markdown task list

2🍴 3📅 Jan 24, 2026

SKILL.md


name: comment-cleanup description: Guidelines for comments in code. Use when adding, editing, or removing comments.

Comment Guidelines

  • Use comments sparingly
  • Don't comment out code
    • Remove it instead
  • Don't add comments that describe the process of changing code
    • Comments should not include past tense verbs like added, removed, or changed
    • Example: this.timeout(10_000); // Increase timeout for API calls
    • This is bad because a reader doesn't know what the timeout was increased from, and doesn't care about the old behavior
  • Don't add comments that emphasize different versions of the code, like "this code now handles"
  • Do not use end-of-line comments
    • Place comments above the code they describe

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+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