← スキル一覧に戻る

skills-validator
by recca0120
Claude Code Skills for analyzing, refactoring, and validating skills - Lint checks, duplicate detection, and shared module extraction
⭐ 1🍴 0📅 2026年1月19日
SKILL.md
name: skills-validator description: "Validates Skills after refactoring to ensure they work correctly. Use when user asks to validate skills, verify refactoring, or check skills still work."
Skills Validator
When to Use
This is Step 3 of the refactoring workflow:
- analyze → Identifies issues
- extract → Performs refactoring
- validate ← You are here
Prerequisite: Refactoring completed by skills-extractor.
Workflow
Step 1: Reference Check
Verify all references exist and YAML frontmatter is intact.
Checklist:
references/checklist.md
Step 2: Content Check
Compare before/after to ensure triggers, actions, and output format unchanged.
Step 3: Generate Test Prompts
Create test prompts from each skill's description to verify activation.
Output
# Validation Report
## Reference Check
- [x] skill-a: All references valid
- [ ] skill-b: Missing `shared/example.md`
## Test Prompts
- "[trigger phrase]" → Should activate [skill-name]
## Issues Found
- [List any problems]
Next Step
If issues found → Fix and re-run validation If all pass → Refactoring complete
スコア
総合スコア
65/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
○言語
プログラミング言語が設定されている
0/5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です