test-theater

Build a test theater from user-journey maps and function inventories.

Updated May 27, 2026
One-click install
npx skills add https://github.com/jiahknee5/rapid-workflow --skill test-theater
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-theater
Source: https://github.com/jiahknee5/rapid-workflow/tree/main/skills/test-theater
Command: npx skills add https://github.com/jiahknee5/rapid-workflow --skill test-theater

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the challenge of creating comprehensive and maintainable test suites by automating the generation of a Test Theater from a project's workflow and real function inventory.

Core Features & Use Cases

  • Project-Specific Testing: Constructs a test theater that mirrors a project's user workflows, providing a realistic testing environment.
  • Immutable Source of Truth: Ensures the test suite is in sync with the workflow specifications by using an immutable source of truth.
  • Provable Coverage: Guarantees all functions are tested through a coverage matrix and reports on untouched functions for resolution.

Quick Start

To build the test theater for your project, execute: /test-theater

Frequently Asked Questions about test-theater

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

FAQPage Schema
How do I generate test suites that map directly to user workflows and real function inventories?

To generate test suites mapped to user workflows, this Skill builds a test theater using project-specific user-journey maps, UI surfaces, and real function inventories. It ensures your test suite mirrors actual project workflows for realistic functional testing coverage.

What is an immutable source of truth in test automation and how does it keep tests in sync with workflows?

An immutable source of truth in test automation links tests directly to executable code and workflow specifications. It ensures your test suite remains synchronized with project workflow specifications, preventing test drift and maintaining accurate coverage analysis.

How do I ensure full functional test coverage and identify untouched functions in my project?

To ensure full functional test coverage, this Skill utilizes a coverage matrix that maps tests to executable code. It guarantees all functions are tested and generates reports on untouched functions so you can resolve coverage gaps in your test suite.

Can I use this test theater approach for projects with complex UI surfaces and user-journey maps?

Yes, you can use this test theater approach for complex UI surfaces and user-journey maps. It constructs a project-specific testing environment that mirrors your workflows, providing realistic functional testing regardless of project complexity.

What's the best way to automate test generation from project workflows without manual script maintenance?

The best way to automate test generation from project workflows is by executing the /test-theater command. It automatically builds a comprehensive test theater linked to your real function inventory, eliminating manual script maintenance through an immutable source of truth.