run-test-plan

Execute PROBE tests against Helm test plans and generate pass/fail reports.

4|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/smartmarbles/helm --skill run-test-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: run-test-plan
Source: https://github.com/smartmarbles/helm/tree/main/.github/skills/run-test-plan
Command: npx skills add https://github.com/smartmarbles/helm --skill run-test-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helm test orchestration requires a repeatable, auditable process to run PROBE tests, capture outputs, surface results, and produce structured pass/fail reports.

Core Features & Use Cases

  • Orchestrates PROBE test executions against Helm test plans
  • Captures stdout and stderr streams separately, records violations, updates the scorecard, and generates a final report
  • Supports smoke tests, targeted TC runs, and category-wide test sweeps across multiple agents

Quick Start

Load a Helm test plan and run PROBE against the target agent to produce a pass/fail report.

Frequently Asked Questions about run-test-plan

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

FAQPage Schema
How do I automate PROBE test runs against Helm test plans?

Automating PROBE test runs involves loading a Helm test plan and executing a defined protocol—announce, read, snapshot, execute, evaluate, check side effects, and cleanup—to verify agent behavior. It captures streams, records violations, and updates the scorecard.

What is the best way to generate a pass/fail scorecard for multiple agents?

Generating a pass/fail scorecard for multiple agents requires orchestrating category-wide test sweeps. The automation loads test plans from artifacts, executes the test protocol across targeted agents, records any violations, and compiles the results into a structured final report.

How does test orchestration capture violations during smoke tests?

Test orchestration captures violations during smoke tests by separately recording stdout and stderr streams throughout the execution protocol. It evaluates these captured streams against the test plan, logs any deviations as violations, and automatically updates the scorecard.

Can I run targeted TC tests across multiple agents without manual intervention?

Yes, you can run targeted TC tests across multiple agents without manual intervention. The orchestration process loads the specified test plan from artifacts, coordinates the execution protocol across the selected agents, and automatically generates the final pass/fail report.

Does Helm test orchestration support category-wide test sweeps?

Helm test orchestration supports category-wide test sweeps across multiple agents. It systematically applies the execution protocol—covering announcement, snapshotting, execution, evaluation, side-effect checking, and cleanup—to verify agent behavior comprehensively and update the scorecard.