generate-integration-test

Generate end-to-end integration test scenarios from requirements and screen catalogs.

Updated Mar 27, 2026
One-click install
npx skills add https://github.com/bs-koo/gx-pm --skill generate-integration-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generate-integration-test
Source: https://github.com/bs-koo/gx-pm/tree/main/plugins/gx-pm/skills/generate-integration-test
Command: npx skills add https://github.com/bs-koo/gx-pm --skill generate-integration-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the generation of end-to-end integration test scenarios from requirements (AN-02) and screen catalogs (DE-03), reducing manual planning time and ensuring traceability.

Core Features & Use Cases

  • End-to-end scenario generation from requirements and screen mappings
  • Structured test plan output with scenario IDs and step-level details
  • Optional inclusion of screen-based test data and flows for rapid test setup

Quick Start

Provide your requirements and screen mappings, then request the integration test generator to produce end-to-end scenarios.

Frequently Asked Questions about generate-integration-test

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

FAQPage Schema
How do I generate end-to-end integration test scenarios from requirements?

To generate integration test scenarios, provide your requirements specifications and screen catalogs as input. The system automatically produces end-to-end scenarios with structured IDs and step-level details for inputs, outputs, and test data.

Can I automate test planning using screen maps and requirement mappings?

Yes, you can automate test planning by feeding requirement specifications and screen maps into the generator. It creates scenario-based test plans with traceability, linking screen workflows directly to test cases.

What is the best way to ensure traceability for integration test scenarios?

The best way to ensure traceability is using scenario-based test planning that maps requirements to screens. The generator outputs structured scenario IDs, like A-TE-001, and step-level details to maintain clear requirement coverage.

Do I need structured requirements and screen catalogs to generate integration tests?

Yes, structured requirements and screen catalogs are required inputs. This tool applies to projects that map requirements to screens and workflows, using them to derive step-level test data and flows automatically.

How are scenario IDs and step-level test details structured in the output?

Scenario IDs are structured using standardized formats like A-TE-001. Each scenario includes step-level details specifying required inputs, expected outputs, and relevant test data derived from the provided screen mappings.