test-case-generator

Community

Generate test cases from AC, ensure full coverage.

Authorxloxn69
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually converting acceptance criteria into detailed test cases is time-consuming and can lead to missed scenarios, resulting in incomplete test coverage and potential bugs in production.

Core Features & Use Cases

  • AC to Test Case Conversion: Transforms Given/When/Then acceptance criteria into unit, integration, and E2E test cases.
  • Comprehensive Scenarios: Generates happy path, negative, and edge test cases with clear setup, assertions, and expected results.
  • Use Case: You have acceptance criteria for a user login feature. This skill generates a full suite of test cases, including valid login, wrong password, rate limiting, and invalid email format, ensuring thorough testing.

Quick Start

Use the test-case-generator skill to create test cases for the "add item to cart" feature based on its acceptance criteria.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: test-case-generator
Download link: https://github.com/xloxn69/AgileFlow/archive/main.zip#test-case-generator

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository