code-test-create

Generate failing unit, integration, and E2E tests from Jira story acceptance criteria.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-test-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-test-create
Source: https://github.com/LaunchCG/claude-marketplace-pub/tree/main/plugins/ai-sdlc/skills/code-test-create
Command: npx skills add https://github.com/LaunchCG/claude-marketplace-pub --skill code-test-create

SYSTEM DOCUMENTATION & REQUIREMENTS

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.