What problem does it solve?
Skill conformance and health tracking for a large collection of skills. This framework ensures every skill declares its metadata, adheres to repository conventions, and stays aligned with the project’s test suite, enabling reliable conformance checks and regression health reporting.
Core Features & Use Cases
- Conformance validation: ensures every skill directory contains SKILL.md with frontmatter, validates references exist, manifest + resolver coverage round-trips, and no MECE violations.
- Daily test-suite health: runs the tiered test suite (unit / evals / integration / system health) and classifies failures into regression categories.
- Trigger-driven modes: two modes selected by triggers (conformance validation vs. project health), enabling on-demand or scheduled checks.
- Automation readiness: designed for CI and daily cron runs, with clear reporting and prompts to inspect test health.
Quick Start
Run the conformance checks for all skills and generate the daily test-suite health report.