What problem does it solve?
Manually creating structured test scenarios, tracking execution results, identifying failure root causes, and iterating to improve feature pass rates is time-consuming, disorganized, and makes it hard to measure progress over time.
Core Features & Use Cases
- Structured Scenario Generation: Auto-generates test scenario prompts with preconditions, step-by-step test actions, expected results, edge cases, and clear pass/fail/partial criteria for product features.
- Result Evaluation & Analysis: Parses Chrome extension test execution results, evaluates pass status per test step, identifies failure root causes, and provides prioritized fix suggestions.
- Cycle-Based Pass Rate Tracking: Tracks pass rates across testing cycles, maintains an improvement log for failed items, and automatically signals completion when the target pass rate is reached.
- Use Case: A product team building a new login feature can use this skill to generate test scenarios, run them via a Chrome extension, track pass rates across cycles, and get actionable fix suggestions for failed steps until the 80% target pass rate is met.
Quick Start
Use the /test-scenario command to start a new test cycle for your product features, paste Chrome extension test results into the chat to log outcomes, and repeat cycles until your target pass rate is reached.