← Back to list

validate-starter-scripts
by karchtho
⭐ 0🍴 0📅 Jan 24, 2026
SKILL.md
name: validate-starter-scripts description: validation audit quality check startup initialization integrity
Validate Starter Scripts Skill
Performs comprehensive validation of your 20 starter scripts before the game jam begins.
What This Does
Checks your complete starter script set for:
- Code Quality - Consistent naming, proper encapsulation, clean dependencies
- Best Practices - Proper Singleton patterns, error handling, null checks, proper disposal
- Integration Health - Scripts work together without conflicts, proper initialization order, no circular dependencies
- Memory Safety - Object pooling consistency, proper cleanup, no memory leaks
- Modern Pattern Readiness - Input System compatibility, async/await preparedness, resource management
Activation Triggers
This skill activates when you:
- Ask to "validate my starter scripts"
- Request a "code audit" or "quality check"
- Run
/review-starterscommand - Ask to "check my 20 scripts" or "review my starters"
Output Format
Returns a structured report:
- Critical Issues (must fix before jam)
- Best Practice Suggestions (improve code quality)
- Integration Warnings (potential team collaboration issues)
- Modern Pattern Gaps (missing Input System, async patterns, etc.)
- Ready Status - "Ready to ship" or list of recommended fixes
Pre-Jam Usage
Run this before your game jam starts to ensure all starter scripts are solid and won't cause problems during development.
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