test-cases

Generate test cases from use case documentation and export to CSV or JSON.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/mchien15/wrenai --skill test-cases-mchien15
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: test-cases
Source: https://github.com/mchien15/wrenai/tree/main/.claude/skills/test-cases
Command: npx skills add https://github.com/mchien15/wrenai --skill test-cases-mchien15

SYSTEM DOCUMENTATION & REQUIREMENTS

πŸ’‘ This Skill includes references (resource) components.

What problem does it solve?

Managing test cases from use-case documentation creates, updates, and exports test scenarios automatically, reducing manual effort and ensuring alignment with evolving requirements.

Core Features & Use Cases

  • Generate test cases from UC documentation to cover main flows
  • Update existing test cases when UCs change
  • Export test cases to CSV or JSON and maintain a living summary

Quick Start

Invoke /test-cases generate to create test cases from your use-case docs, then optionally run /test-cases update or /test-cases export csv or /test-cases export json to share or save results.

Frequently Asked Questions about test-cases

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

FAQPage Schema
How do I generate test cases from use case documentation?β–Ό

To generate test cases from use case documentation, the Skill reads UC files and templates to automatically create test scenarios covering main flows. It organizes the generated test cases per module and links them directly to their source use cases.

Can I export generated test cases to CSV or JSON?β–Ό

Yes, you can export test cases to CSV or JSON. The Skill provides dedicated export workflows that allow you to easily share or save your generated test case outputs in either file format.

How do I update existing test cases when use cases change?β–Ό

You can update existing test cases when use cases change by invoking the update workflow. This ensures your test scenarios remain aligned with evolving requirements without requiring manual recreation of the entire test suite.

Do I need a specific template to validate generated test cases?β–Ό

Yes, you need a provided template to validate generated test cases. The Skill validates the output against your supplied templates, assigns priorities, and maintains a living summary report to track test coverage.

How does this tool organize test cases for QA engineering?β–Ό

For QA engineering, the tool organizes test cases by sorting them into distinct modules. It links each test case back to its source use case documentation and generates a summary report to provide a clear overview of your test coverage.

What is the best way to manage test scenarios from evolving requirements?β–Ό

The best way to manage test scenarios from evolving requirements is to use an automated generator that creates, updates, and exports test cases directly from use case files. This reduces manual effort and ensures continuous alignment with requirement changes.