What problem does it solve?
Converts human-readable E2E flow YAML and mapping files into executable bash test scripts so teams can run, validate, and CI-integrate end-to-end tests without manual script authoring.
Core Features & Use Cases
- Flow compilation: Transform a single flow or all flows into standalone bash scripts located under .claude/e2e/compiled.
- Validation modes: Support for dry-run validation, verbose diagnostics, batch compilation, and static coverage reporting.
- Error reporting: Parses compiler stdout/stderr to present clear success, failure, and coverage summaries suitable for conversational output or CI logs.
- Use Case: Use to convert a mapped E2E flow into a runnable script for local debugging or CI pipelines, and to generate coverage reports for test maintenance.
Quick Start
Run the e2e-compile skill to compile flow-name into a standalone bash test script and report compilation status.