What problem does it solve?
Verifying that a Harbor Boost module actually changes LLM output requires manual, error-prone testing. This Skill provides a repeatable live integration test that runs a real prompt through a module and compares it against a control run.
Core Features & Use Cases
- Live Integration Testing: Sends real prompts through a running Boost module via
harbor launch and pi, rather than relying on unit tests.
- Control Comparison: Runs the same prompt with and without the module to confirm the module's effect is visible and correct.
- Prompt Strategy Guidance: Maps module types (style, reasoning, retrieval, transform, guard, injection) to prompts that make their effects obvious.
- Use Case: After writing a new Boost module like a reasoning-chain module, run this Skill to confirm it produces visible multi-step reasoning on a math prompt and passes the validation checklist.
Quick Start
Test the boost module named g1 by running a math prompt through it with harbor launch and pi, then compare the output against a control run without the module.