code-test-create

Official

Generate TDD test suites from acceptance criteria.

AuthorLaunchCG
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Developers often spend significant time manually writing unit, integration, and end-to-end tests. This skill automates the creation of comprehensive test suites based on story acceptance criteria, ensuring TDD principles are followed from the start (RED phase).

Core Features & Use Cases

  • Comprehensive Test Generation: Creates unit, integration, and E2E tests covering all acceptance criteria.
  • TDD-First Approach: Generates tests that initially fail, guiding the implementation process.
  • Framework-Aware: Detects and adapts to project's test framework conventions (Jest, pytest, RSpec, JUnit).
  • Use Case: Provide a Jira story key, and the skill will fetch its acceptance criteria, analyze your project's test structure, and generate a complete, failing test suite ready for your implementation.

Quick Start

Create a TDD test suite for Jira story PROJ-456 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: code-test-create
Download link: https://github.com/LaunchCG/claude-marketplace-pub/archive/main.zip#code-test-create

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