run-tests

Run Agent Red test suites and report PASS/FAIL per suite.

2|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill run-tests-remaker-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-tests
Source: https://github.com/Remaker-Digital/groundtruth-kb/tree/main/.claude/skills/run-tests
Command: npx skills add https://github.com/Remaker-Digital/groundtruth-kb --skill run-tests-remaker-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill eliminates uncertainty after changes by running Agent Red’s unit, integration, or full PLAN-001 E2E test suites in the correct thermal-safe or live pipeline modes.

Core Features & Use Cases

  • Thermal-safe unit and batch runs: Execute unit/integration coverage quickly while skipping live tests by default.
  • Full PLAN-001 E2E pipeline: Run end-to-end regression across 13 active phases for staging or production readiness.
  • Targeted batch execution: Focus on a specific test batch like core-a, core-b, agents-chat, or integrations to reduce time-to-signal.

Quick Start

Run the default thermal-safe suite by executing /run-tests to quickly detect regressions without live E2E execution.

Frequently Asked Questions about run-tests

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

FAQPage Schema
How do I run regression tests to verify software changes haven't broken existing behavior?

To run regression tests, execute the default thermal-safe suite via the unit mode. This quickly validates software changes against existing behavior while skipping live tests, providing immediate PASS/FAIL feedback with captured logs for review.

What's the best way to execute targeted unit test batches for faster feedback?

Targeted unit test batches like core-a, core-b, agents-chat, or integrations reduce time-to-signal by focusing execution. You select a mode and forward the specific batch arguments to the runner, which reports PASS/FAIL results for that isolated coverage area.

How does the PLAN-001 E2E pipeline work for staging or production verification?

The PLAN-001 E2E pipeline runs full end-to-end regression across 13 active phases for staging or production readiness. You select the pipeline mode, and it reports PASS/FAIL per pipeline phase with logs captured for review.

Can I run integration tests without triggering live E2E execution?

Yes, thermal-safe unit and batch runs execute integration coverage quickly while skipping live tests by default. You select the unit mode to safely run these suites without triggering live pipeline execution.

Why are my test suites failing to run in the correct execution mode?

Test suites require selecting a specific mode such as unit, live, or pipeline before forwarding remaining arguments to the runner. Without selecting a valid mode, the test execution cannot properly configure thermal-safe or live pipeline environments.

When do I need to run a full pipeline versus thermal-safe unit tests?

Run thermal-safe unit tests for fast feedback after routine changes, skipping live tests. Use the full PLAN-001 E2E pipeline when you need staging or production verification across all 13 active regression phases.