← Back to list

code-quality
by motlin
A Claude Code skill for tracking and completing tasks from a markdown task list
⭐ 2🍴 3📅 Jan 24, 2026
SKILL.md
name: code-quality description: Code quality guidelines. ALWAYS use skill for ANY code changes.
Code Quality Guidelines
Don't write forgiving code
- Don't permit multiple input formats
- In TypeScript, this means avoiding Union Type (the
|in types)
- In TypeScript, this means avoiding Union Type (the
- Use preconditions
- Use schema libraries
- Assert that inputs match expected formats
- When expectations are violated, throw, don't log
- Don't add defensive try/catch blocks
- Usually we let exceptions propagate out
- Don't keep legacy code paths as fallbacks
- Remove old code instead of keeping it around for compatibility
Naming Conventions
- Don't use abbreviations or acronyms
- Choose
numberinstead ofnumandgreaterThaninstead ofgt
- Choose
File Management
- Prefer editing an existing file to creating a new one
- Confirm with the user before creating any new markdown files
Style
- Emoji and unicode characters are welcome
- Use them at the beginning of comments, commit messages, and in headers in docs
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