test-cases

Generate test cases from PRD documents covering functional, edge, error, and state transition scenarios.

2.7k|308|Updated Jul 17, 2025
One-click install
npx skills add https://github.com/stellarlinkco/myclaude --skill test-cases-stellarlinkco
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-cases
Source: https://github.com/stellarlinkco/myclaude/tree/main/skills/test-cases
Command: npx skills add https://github.com/stellarlinkco/myclaude --skill test-cases-stellarlinkco

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of detailed, requirement-driven test cases, ensuring thorough quality assurance and reducing manual testing effort.

Core Features & Use Cases

  • Requirement Traceability: Maps test cases directly to product requirements.
  • Comprehensive Coverage: Generates functional, edge case, error handling, and state transition tests.
  • Structured Output: Produces well-organized Markdown test documentation.
  • Use Case: You've just received a Product Requirements Document (PRD) for a new user registration feature. Use this Skill to automatically generate a complete suite of test cases covering all aspects of the feature, from successful sign-ups to error conditions.

Quick Start

Generate test cases for the user authentication feature in docs/auth-prd.md.

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 a PRD document?

Generating test cases from a PRD document involves mapping requirement traceability to produce functional, edge case, and error handling scenarios. This process outputs structured markdown documentation covering complete state transitions.

What is the best way to automate QA planning from user requirements?

Automating QA planning from user requirements uses requirement analysis to generate comprehensive test scenario documentation. This approach transforms raw requirements into detailed markdown test suites covering all functional and error conditions.

Can I use this test case generation method for state transition scenarios?

Test case generation for state transition scenarios is fully supported by analyzing requirement documents to map state flows. It produces detailed test coverage ensuring all valid, invalid, and boundary state transitions are documented.

Does this automated test case generation cover edge cases and error handling?

Automated test case generation explicitly covers edge cases and error handling by extracting boundary conditions from product requirements. It yields structured markdown test suites that validate both successful operations and anticipated error states.

What format does the generated test documentation output?

The generated test documentation outputs in structured markdown format. This provides organized, readable test case suites that map directly to your product requirements for immediate use in quality assurance workflows.

Why use requirement traceability for test case creation instead of manual testing?

Requirement traceability for test case creation ensures complete coverage of functional and edge scenarios while reducing manual testing effort. It produces comprehensive, structured markdown documentation directly mapped to your product requirements.