opp-repl-smoke-tests

Run opp_repl smoke tests to verify simulations start and terminate without crashing.

Updated Apr 23, 2026
One-click install
npx skills add https://github.com/tabgab/opp_repl-skill --skill opp-repl-smoke-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opp-repl-smoke-tests
Source: https://github.com/tabgab/opp_repl-skill/tree/main/opp-repl-smoke-tests
Command: npx skills add https://github.com/tabgab/opp_repl-skill --skill opp-repl-smoke-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run smoke tests to quickly verify that selected opp_repl simulations start and terminate without crashes, providing a baseline health check before deeper testing.

Core Features & Use Cases

  • Lightweight regression check that ensures simulations boot and exit cleanly.
  • Useful as a first CI step or pre-commit sanity test before more intensive fingerprint or statistical analyses.
  • Use case: verify stability after a code change by running the smoke test suite across a project.

Quick Start

Run the smoke tests on your opp_repl project to verify that all configured simulations initialize and terminate without errors.

Frequently Asked Questions about opp-repl-smoke-tests

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

FAQPage Schema
How do I run smoke tests to check if my opp_repl simulations crash on startup?

Smoke tests verify that each selected opp_repl simulation starts and terminates without crashing, providing a lightweight baseline health check to surface regressions before running heavier test suites such as fingerprint or statistical analyses.

What is the best way to catch regressions in opp_repl simulations before running statistical analyses?

Running a lightweight smoke test suite is the best way to catch regressions early. It ensures simulations boot and exit cleanly, acting as a first CI step or pre-commit sanity test before more intensive fingerprint or statistical analyses.

Do I need a configured opp_repl project to run baseline health checks?

Yes, you need a configured opp_repl project and the run_smoke_tests() API to execute the checks. These smoke tests validate that selected simulations initialize and terminate without errors across your project environment.

Can I use smoke tests as a pre-commit sanity check for simulation stability?

Yes, smoke tests are useful as a first CI step or pre-commit sanity test. They provide a lightweight regression check ensuring simulations boot and exit cleanly, verifying stability after a code change by running across a project.

Why should I run smoke tests instead of fingerprint or statistical analyses first?

Smoke tests provide a fast, lightweight baseline health check to surface regressions before running heavier test suites. Running fingerprint or statistical analyses first wastes time if simulations have basic startup or termination crashes.