bmad-eval-runner

Run artifact and trigger evaluations in isolated Docker or local environments.

Updated May 23, 2026
One-click install
npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-eval-runner-diegosanchespereira1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bmad-eval-runner
Source: https://github.com/diegosanchespereira1/lavarapido/tree/main/lava-rapido/.agents/skills/bmad-eval-runner
Command: npx skills add https://github.com/diegosanchespereira1/lavarapido --skill bmad-eval-runner-diegosanchespereira1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill runs skill evaluations in a fresh, isolated environment so you can verify behavior without host configuration, memory, or ancestor instructions affecting the result.

Core Features & Use Cases

  • Clean-room artifact evals with captured prompts, transcripts, metrics, and preserved output files.
  • Trigger evals that measure whether a skill description actually causes the skill to fire.
  • Use case: benchmark a dependency skill, validate a trigger update, or compare two versions of a skill with reproducible reports.

Quick Start

Ask this skill to run the target skill's evals in isolated mode and return the run folder plus the HTML report.

Frequently Asked Questions about bmad-eval-runner

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

FAQPage Schema
How do I run clean-room skill evaluations without leaking host memory or Claude configuration?

Run artifact and trigger evaluations in a fresh Docker or local isolation environment to prevent leaking host memory or ancestor Claude configuration. This preserves resulting artifacts, transcripts, and HTML reports reproducibly.

What is a trigger evaluation for a skill description?

Trigger evaluation measures whether a skill description actually causes the skill to fire when expected. It validates trigger updates by testing skill activation in a controlled, isolated environment without host interference.

How do I benchmark a skill and generate an HTML report?

Benchmark a skill by running artifact and trigger evaluations in isolated mode to generate an HTML report. The process captures transcripts, applies grading, and returns the run folder plus the report file.

Can I use Docker for isolated skill regression checks?

Yes, Docker supports isolated skill regression checks. The runner applies Docker or local isolation modes to compare skill versions reproducibly without host configuration leaking into benchmark results.

Does running skill evals in isolation prevent host configuration from affecting benchmarking?

Running skill evals in isolation prevents host configuration, memory, and ancestor Claude instructions from affecting benchmarking results. This satisfies reproducible execution and accurate grading across regression checks.

What is the best way to compare two versions of a skill with reproducible reports?

Compare two skill versions by running clean-room artifact and trigger evaluations in isolated mode. This generates reproducible HTML reports containing captured transcripts, grading metrics, and preserved output files for analysis.