testing

Enforce frontmatter conformance and manifest coverage across skills.

Updated May 16, 2026
One-click install
npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill testing-morris-utrust
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/Morris-UTRUST/GBrain-knowledge/tree/main/skills/testing
Command: npx skills add https://github.com/Morris-UTRUST/GBrain-knowledge --skill testing-morris-utrust

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps skill quality under control by enforcing frontmatter conformance, manifest/resolver coverage, and ongoing health checks for the project test-suite.

Core Features & Use Cases

  • Skill conformance validation — gbrain's own conformance bar (the original 1.0 scope). Validates every skill has SKILL.md with frontmatter, every reference exists, manifest + resolver coverage round-trips.
  • Project test-suite health — runs the project's tiered test suite and produces a regression-classified report. Used by daily cron, container-restart bootstrap, and "how are the tests" prompts.

Quick Start

Run the unit tests with bun test to validate skills and monitor daily health.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I enforce frontmatter conformance across a skills directory?

Validate skill conformance by running unit tests with bun test to enforce frontmatter fields, verify required sections, and ensure manifest and resolver coverage round-trips across the skills directory.

What is skill conformance validation and when do I need it?

Skill conformance validation enforces frontmatter fields, required sections, and output expectations to maintain quality governance across a skills repository, triggered when you need automated health checks and regression classification.

How do I run regression classification within a test pipeline?

Run regression classification by executing the project's tiered test suite with bun test, which produces a classified report that identifies test failures and monitors daily health within the test pipeline.

Can I use bun test to validate skills and monitor daily health?

Yes, run unit tests with bun test to validate skills and monitor daily health, executing conformance checks and producing a regression-classified report used by daily cron and container-restart bootstraps.

Why does my manifest and resolver coverage fail to round-trip?

Manifest and resolver coverage fails to round-trip when skill references do not exist or when frontmatter fields violate the structure contract, breaking the conformance validation checks across the skills directory.