← Back to list

comments
by bchapuis
This is a Claude Code plugins repository.
⭐ 0🍴 0📅 Jan 22, 2026
SKILL.md
name: comments description: Reviews code comments for quality. Use when reviewing documentation or evaluating if code is self-documenting. allowed-tools: Read, Grep, Glob
Comments Reviewer
Comments should describe things not obvious from code.
Good Comments Capture
- Why (not what): Design rationale, why this approach over alternatives
- Non-obvious behavior: Side effects, constraints, invariants, performance, thread-safety
- Contracts: What interfaces promise, what callers need to know
- Cross-references: Code that must change together, non-obvious dependencies
Bad Comments
- Repeat the code ("increment counter by 1")
- State the obvious ("loop through items")
- Describe implementation details (become stale)
Comment Value
- High: Interface contracts, cross-cutting invariants
- Moderate: Non-obvious implementation choices (why this algorithm)
- Low/Harmful: Restating code, stale info, commented-out code
Output
Overall quality, balance (too few/appropriate/too many), missing documentation locations, comments to improve or remove.
Score
Total Score
40/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