testcase-generator

Convert structured requirements analyses into manual test cases in CSV format.

23|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/dawei12138/casego-backend-pg --skill testcase-generator-dawei12138
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testcase-generator
Source: https://github.com/dawei12138/casego-backend-pg/tree/main/CaseGo/skills/testcase-generator
Command: npx skills add https://github.com/dawei12138/casego-backend-pg --skill testcase-generator-dawei12138

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Translating structured requirements analyses into comprehensive manual test cases and an actionable CSV deliverable, reducing manual QA effort and accelerating testing cycles.

Core Features & Use Cases

  • Convert structured requirements to high-coverage manual test cases across positive, negative, boundary, and exception scenarios.
  • Output a ready-to-use CSV named testcases_<feature>_<timestamp>.csv for testers.
  • Supports a file-driven workflow with _progress.json to track steps and allows upstream requirement-analysis input or direct user descriptions.

Quick Start

Provide a structured requirements analysis (JSON) or a plain-language description and the skill will generate a ready-to-use CSV of manual test cases.

Frequently Asked Questions about testcase-generator

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

FAQPage Schema
How do I generate manual test cases from a structured requirements analysis?

To generate manual test cases from structured requirements, provide a requirements analysis JSON file or a plain-language description. The system outputs a comprehensive CSV of test cases covering positive, negative, boundary, and exception scenarios for manual testing.

What's the best way to convert requirement analysis JSON into a CSV for manual testing?

The best way to convert requirement analysis JSON into a manual testing CSV is to use a file-driven workflow that reads the JSON and outputs a ready-to-use CSV, tracking progress with a _progress.json file throughout the test case generation process.

Can I create boundary and exception test scenarios from plain text requirements?

Yes, you can create boundary and exception test scenarios by providing plain-language requirement descriptions. The system translates them into comprehensive manual test cases, ensuring high coverage across multiple testing scenarios without needing structured input.

Does test case generation work without an upstream requirement_analysis JSON file?

Yes, test case generation works without an upstream requirement_analysis JSON file. You can provide direct plain-language descriptions of your requirements, and the system will still produce a ready-to-use CSV deliverable for your manual testing.

What format are the generated manual test cases saved in?

Generated manual test cases are saved in CSV format, named using the pattern testcases_<feature>_<timestamp>.csv. This output format ensures testers receive a ready-to-use deliverable for immediate manual testing execution.