← スキル一覧に戻る

format-validation
by otw1248
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: format-validation description: Validate JSON file formats by scanning directories and checking for correct JSON syntax
Overview
This Skill validates JSON files in specified directories to ensure they have correct syntax and valid format. When you need to verify JSON files are well-formed and can be parsed correctly, use this Skill. It scans the specified path, finds all JSON files, and validates their format.
When to Use
Use this Skill when:
- Verifying JSON configuration files are valid
- Checking data files before processing
- Validating JSON schema compliance
- Troubleshooting JSON parsing errors
- Auditing codebase for malformed JSON files
Validation Process
The validation process includes:
- Scanning the specified directory recursively
- Identifying all files with .json extension
- Parsing each JSON file to check syntax validity
- Reporting validation results with file paths and error details
- Providing summary statistics (total files, valid, invalid)
Usage
Invoke this Skill by specifying the path to validate:
Validate JSON files in /path/to/directory
The Skill will:
- Scan the directory tree
- Validate each JSON file found
- Return detailed validation results
Dependencies
Python 3.8+ or Go 1.16+
Resources
- scripts/validate_json.py: Python implementation of JSON validation
- scripts/validate_json.go: Go implementation of JSON validation
スコア
総合スコア
40/100
リポジトリの品質指標に基づく評価
✓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
レビュー
💬
レビュー機能は近日公開予定です