What problem does it solve?
This Skill prevents broken or incomplete skill definitions from silently landing, and it continuously monitors the project’s test health while classifying failures into actionable regression types.
Core Features & Use Cases
- Skill conformance validation: checks that every skill has valid SKILL.md frontmatter, required sections, manifest inclusion, resolver coverage, and resolver↔trigger round-trip integrity.
- Tiered test-suite health reporting: runs unit tests, optional evals, and fast system health checks, then produces a regression-aware report.
- Failure classification & regression intelligence: categorizes failures as REGRESSION, STALE, FLAKE, NEW, or INFRA based on recent changes and operational signals.
- Daily automation protocol: intended for cron runs, after container restart bootstrap, and for answering user prompts like “run the tests” or “what’s broken.”
Quick Start
Run the skill’s conformance validation by executing the package’s test command for the conformance and resolver tests, then follow up by running the daily test-suite health flow to get a regression-classified report.