- Comprehensive skill validation, testing, and quality scoring framework - skill_validator.py: validates structure, documentation, and compliance (700+ LOC) - script_tester.py: tests syntax, functionality, and runtime behavior (800+ LOC) - quality_scorer.py: multi-dimensional quality assessment with scoring (1100+ LOC) - Complete reference documentation (structure spec, tier requirements, scoring rubric) - Sample skill with assets and expected outputs for testing - CI/CD integration examples and pre-commit hook support - Zero external dependencies, dual output formats (JSON + human-readable) - Self-testing capable meta-skill for quality assurance automation
13 lines
234 B
JSON
13 lines
234 B
JSON
{
|
|
"file": "assets/sample_text.txt",
|
|
"file_size": 855,
|
|
"total_words": 116,
|
|
"unique_words": 87,
|
|
"total_characters": 855,
|
|
"lines": 19,
|
|
"average_word_length": 4.7,
|
|
"most_frequent": {
|
|
"word": "the",
|
|
"count": 5
|
|
}
|
|
} |