testing

Validate skill frontmatter and run automated test suites with regression analysis.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The 'testing' skill solves the issue of skill compliance validation and maintaining project test-suite health. It automates the process of ensuring skill conformance, validating the test suite, and running the daily test-suite for health checks and regression intelligence.

Core Features & Use Cases

  • Skill Conformance Validation: Ensures all skills have proper frontmatter, reference existences, and resolver coverage.
  • Test Suite Health Checks: Automates the project's tiered test suite, producing reports for unit tests, evaluations, integrations, and system health.
  • Daily Regression Analysis: Identifies potential regressions from changes, with options for automated fixes based on pre-defined criteria.
  • Use Case: This skill can be integrated into the daily operations to maintain the integrity of the project's skills and test suite.

Quick Start

To validate the skills and run the test suite, run: bash bun run tests

Frequently Asked Questions about testing

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

FAQPage Schema
How do I automate test suite health checks and skill compliance validation?

Automate test suite health checks and skill compliance validation by running the project's tiered test suite to verify frontmatter conformance, reference existence, and resolver coverage.

What is regression intelligence in automated test suites?

Regression intelligence in automated test suites identifies potential regressions from recent code changes, providing daily reports on unit tests, evaluations, and system health.

How do I validate skill frontmatter conformance and resolver coverage?

Validate skill frontmatter conformance and resolver coverage by executing an automated validation script that checks all skills for proper metadata and reference existence.

Can I run automated fixes for test suite regressions based on pre-defined criteria?

Yes, you can run automated fixes for test suite regressions by configuring pre-defined criteria within the daily regression analysis to automatically resolve identified issues.

Do I need a specific runtime to execute daily regression analysis and test suite health checks?

You need a compatible runtime environment to execute the test suite scripts, running the command `bun run tests` to initiate daily regression analysis and health checks.

What's the best way to maintain project test-suite health in an AI project ecosystem?

The best way to maintain project test-suite health in an AI ecosystem is integrating daily regression intelligence that automates tiered test suites and enforces skill compliance.