test-scenario

Design E2E test scenarios from API endpoints and flow analyses.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/ryu-qqq/conventionHub --skill test-scenario
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-scenario
Source: https://github.com/ryu-qqq/conventionHub/tree/main/.claude/skills/test-scenario
Command: npx skills add https://github.com/ryu-qqq/conventionHub --skill test-scenario

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

E2E 통합 테스트 시나리오를 빠르게 설계해야 하는 팀을 돕습니다. API 엔드포인트와 흐름 분석 결과를 바탕으로 일관된 테스트 시나리오를 자동으로 구성합니다.

Core Features & Use Cases

  • API 엔드포인트를 기반으로 시나리오 초안 작성
  • API 흐름 분석 결과를 반영한 시나리오 확장
  • 테스트 커버리지 및 시나리오 변경 이력 관리

Quick Start

API 엔드포인트와 흐름 분석을 기반으로 /claudedocs/test-scenarios를 자동으로 생성합니다.

Frequently Asked Questions about test-scenario

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

FAQPage Schema
How do I generate E2E test scenarios from API endpoints automatically?

Yes, you can design E2E test scenarios covering both admin and web modules. The tool applies API flow analyses across these modules to map endpoint coverage and generate automated test execution plans.

What data do I need to provide to design E2E test scenarios from API flows?

You need to provide API endpoint documentation and API flow analysis data. Specifically, the Skill requires access to claudedocs/api-endpoints and claudedocs/api-flows to generate the scenarios.

Does this tool handle error paths and request response sequences in test scenario design?

Yes, the tool handles error paths and request response sequences. It designs comprehensive E2E test scenarios that explicitly cover endpoint coverage, sequential request flows, and error paths for automated testing.

What is the best way to manage test scenario changes and coverage history for API testing?

The best way to manage test scenario changes and coverage history is by using this Skill, which outputs to claudedocs/test-scenarios and tracks test coverage alongside scenario modification history for automated test generation.

Can I output test scenarios as Markdown documentation for QA automation?

Yes, you can output test scenarios as Markdown documentation. The Skill generates scenario Markdown files and execution plans from API insights, providing structured documentation for QA automation workflows.