testing

Validate skill conformance and run daily health checks across the repository.

174|144|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/inbrainfun/inbrain --skill testing-inbrainfun
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/inbrainfun/inbrain/tree/main/skills/testing
Command: npx skills add https://github.com/inbrainfun/inbrain --skill testing-inbrainfun

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates that every skill in the repository conforms to the defined frontmatter and testing contracts, while providing automated health insight into the test suite, ensuring early detection of conformance gaps and regression risks.

Core Features & Use Cases

  • Conformance validation: Checks every skill directory has a SKILL.md with valid frontmatter (name and description) and required sections, plus manifest and resolver coverage alignment.
  • Test-suite health monitoring: Performs unit, evals, integration, and system health checks on the repository's test suite to surface regressions and health issues on a daily cadence.
  • Automated reporting: Generates a structured report detailing conformance, manifest/resolver coverage, regression classification, and MECE checks to guide fixes.

Quick Start

Run the daily conformance and health check workflow to validate the current skill set and surface any failing tests.

Frequently Asked Questions about testing

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate conformance validation for multiple skills in a repository?

You can automate conformance validation by running a daily health check that verifies every skill directory has a SKILL.md with valid frontmatter, required sections, and manifest/resolver coverage alignment across the suite.

How do I detect test regressions across a multi-skill project suite?

You can detect test regressions by executing unit, evals, integration, and system health analyses across the skill suite, which generates a structured report classifying regression status and surfacing failing tests.

Do I need bun to run daily health checks and regression testing?

Yes, you need the project's test tooling, specifically bun and the test framework, installed to execute the daily conformance validation and health monitoring workflows.

What is included in a skill conformance and health check report?

The conformance and health check report includes frontmatter presence validation, manifest and resolver coverage alignment, regression classification, and MECE checks to guide fixes.

Why does my multi-skill project fail conformance checks?

Conformance checks fail when a skill directory lacks a SKILL.md with valid frontmatter (name and description), missing required sections, or has misaligned manifest and resolver coverage.

What's the best way to monitor CI test health for a skill suite?

The best way to monitor CI test health is to run an automated daily workflow that performs unit, evals, integration, and system health analyses to surface regressions early.