testing

Validate skill directory conformance and execute multi-tiered test suites.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the lack of visibility into system health and conformance by automating the validation of skill structures and the execution of tiered project test suites.

Core Features & Use Cases

  • Skill Conformance Validation: Ensures all skills meet mandatory structural and documentation requirements.
  • Tiered Test Execution: Runs unit, evaluation, integration, and system health tests with regression-aware reporting.
  • Use Case: Use this skill after a code update to verify that all new skills are correctly registered and that no existing functionality has regressed across the project's test tiers.

Quick Start

Ask the system to run the tests to perform a full 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 across unit, integration, and system health layers?

Automate regression testing by executing multi-tiered project test suites that span unit, evaluation, integration, and system health layers. This validates skill directory conformance and identifies regressions to maintain project integrity after code updates.

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

Skill directory conformance validation is the process of ensuring all skills meet mandatory structural and documentation requirements. You need it after a code update to verify that all new skills are correctly registered and compliant with project standards.

Do I need the Bun runtime to execute tiered test suites and health checks?

Yes, you need the Bun runtime installed to execute tiered test suites and perform diagnostic analysis. The validation process also requires access to the project's test infrastructure to generate regression reports.

How do I run a full project health check to identify system regressions?

Run a full project health check by asking the system to execute the test suites. This triggers automated validation across all test tiers and generates a diagnostic regression report indicating project integrity status.

Does automated validation work with existing test infrastructure for regression reporting?

Automated validation operates directly with your existing project test infrastructure to execute multi-tiered tests. It requires access to these environments to perform diagnostic analysis and generate accurate regression-aware reports.

What's the best way to validate new skill registration and prevent functionality regressions?

The best way to validate new skill registration and prevent regressions is to run automated skill conformance validation alongside multi-tiered test execution. This ensures structural compliance and verifies no existing functionality has regressed.