test-scenario

Generate, execute, and track feature test scenarios with pass rate tracking.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/s0613/S-skills --skill test-scenario-s0613
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-scenario
Source: https://github.com/s0613/S-skills/tree/main/test-scenario
Command: npx skills add https://github.com/s0613/S-skills --skill test-scenario-s0613

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about test-scenario

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

FAQPage Schema
How do I automate test scenario creation and pass rate tracking for feature testing?

Automating test scenario creation involves generating structured prompts with preconditions, steps, and pass/fail criteria, then executing them via a Chrome extension and parsing the results to track pass rates iteratively.

How does cycle-based iterative testing work for browser-based feature tests?

Cycle-based iterative testing works by running test scenarios, parsing structured result blocks, logging failure root causes, and repeating cycles until a target pass rate is reached, tracking progress in state files.

Can I use this test automation approach to analyze failure root causes in Chrome extension tests?

Yes, you can analyze failure root causes by parsing Chrome extension test execution results, evaluating pass status per step, and generating prioritized fix suggestions for failed items.

Do I need a Chrome extension to run browser-based feature tests and track pass rates?

Yes, you need a Chrome extension integration for test execution. The workflow requires pasting structured test result blocks from the extension into the chat to evaluate outcomes and log pass rates.

What is the best way to track pass rate improvement across multiple testing cycles?

The best way to track pass rate improvement is by maintaining an improvement log for failed items and state files for cycle tracking, automatically signaling completion when your target pass rate is met.

What are the limitations of automating QA harness workflows with test scenario generation?

Limitations include dependency on Chrome extension test execution formats and structured result parsing; it specifically targets browser-based feature tests rather than API or unit testing workflows.