testing

Validate skill directory structure and run tiered test suites.

Updated Jun 2, 2026
One-click install
npx skills add https://github.com/Ninatuzi/gbrain --skill testing-ninatuzi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing
Source: https://github.com/Ninatuzi/gbrain/tree/main/skills/testing
Command: npx skills add https://github.com/Ninatuzi/gbrain --skill testing-ninatuzi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, and includes scripts (resource) components.

What problem does it solve?

This skill eliminates manual quality assurance by providing a unified framework to validate skill conformance and monitor the health of the entire project test suite.

Core Features & Use Cases

  • Skill Conformance: Automatically verifies that all skills meet structural requirements, including manifest coverage and resolver integrity.
  • Regression Intelligence: Runs tiered test suites (unit, evals, integration) and classifies failures to distinguish between regressions, stale tests, and infrastructure issues.
  • Use Case: After a major refactor, use this skill to run the full test suite and receive a classified report identifying exactly which changes caused regressions versus those that are simply flaky or stale.

Quick Start

Ask the agent to run the tests to perform a full system health check and generate a regression report.

Frequently Asked Questions about testing

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

FAQPage Schema
How do I automate regression testing and classify test failures across different suites?

Validate a skill directory structure by performing conformance checks on manifest coverage and resolver integrity. This automated structural validation ensures all skills meet required standards before deployment.

Do I need Bun to run automated project test suites and health checks?

Run a full system health check by asking the agent to execute the complete test suite. The framework will operate across all testing layers and output a classified regression report identifying system integrity issues.

How does regression intelligence distinguish between real code regressions and flaky tests?

After a major refactor, regression testing provides a classified report detailing exactly which changes caused regressions. This eliminates manual quality assurance by distinguishing actual regressions from flaky or stale tests.

Can I use this testing framework to verify manifest coverage and resolver integrity?

Yes, you can verify manifest coverage and resolver integrity through the skill conformance feature. It automatically validates the skill directory structure to ensure all components meet necessary structural requirements.