testcase-creator

Convert Gherkin user stories into Azure DevOps-compatible test case CSVs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chuls50/Skill-Setup --skill testcase-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testcase-creator
Source: https://github.com/chuls50/Skill-Setup/tree/main/.claude/skills/testcase-creator
Command: npx skills add https://github.com/chuls50/Skill-Setup --skill testcase-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The Test Case Creator automates turning Gherkin user stories into structured, traceable test artifacts to streamline QA and test planning.

Core Features & Use Cases

  • Requirement Analysis: Breaks down each Gherkin scenario into discrete, testable requirements.
  • Test Case Generation: Produces Azure DevOps-compatible CSV test cases with properly formatted steps and duplicate first steps per the required pattern.
  • Documentation Outputs: Generates a Requirements Analysis file and a Test Cases CSV in the expected docs/ directories, enabling end-to-end traceability from Scenario to Test Case.
  • Use Case: Given a folder docs/user-stories containing a Gherkin file, generate corresponding requirement analyses and test cases for import into Azure DevOps.

Quick Start

Use the testcase-creator skill to convert a Gherkin user story file into a requirement analysis and an Azure DevOps CSV test case file.

Frequently Asked Questions about testcase-creator

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

FAQPage Schema
How do I convert Gherkin user stories into Azure DevOps test cases?

To convert Gherkin user stories into Azure DevOps test cases, this skill processes files in the docs/user-stories directory and outputs an Azure DevOps-compatible CSV with properly formatted steps and hierarchical numbering.

Can I generate traceable requirements analysis from BDD scenarios?

Yes, you can generate traceable requirements analysis from BDD scenarios. The skill breaks down each Gherkin scenario into discrete, testable requirements while enforcing end-to-end traceability from Scenario to Test Case.

What is the best way to format Gherkin scenarios for Azure DevOps CSV import?

The best way to format Gherkin scenarios for Azure DevOps CSV import is to use an automated conversion tool that enforces Azure DevOps formatting rules, including hierarchical numbering and duplicating the first step per the required pattern.

Does the test case generation tool support combining multiple Gherkin requirements?

Yes, the test case generation tool supports flexible combination or separation of requirements. This feature optimizes test coverage when structuring the output requirements analysis and test case CSV files.

Do I need a specific folder structure to generate test cases from Gherkin files?

Yes, you need a specific folder structure. The skill operates on a docs/user-stories directory containing your Gherkin file and generates the corresponding requirements analysis and test case CSV files in the expected docs/ directories.