tdd-workflow

Enforce test-driven development with unit, integration, and end-to-end tests.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/choub00/transformer --skill tdd-workflow-choub00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tdd-workflow
Source: https://github.com/choub00/transformer/tree/main/.cursor/skills/tdd-workflow
Command: npx skills add https://github.com/choub00/transformer --skill tdd-workflow-choub00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill codifies and enforces test-driven development practices to ensure high-quality code with broad test coverage across units, integrations, and end-to-end flows.

Core Features & Use Cases

  • Enforces tests-before-code workflow across feature development, bug fixes, and refactoring.
  • Encourages clear testing strategy with 80%+ coverage across unit, integration, and E2E tests.
  • Provides templates and steps for writing unit, integration, and E2E tests, plus guidance on measuring and validating coverage.

Quick Start

Begin by writing unit tests for the new feature, then implement code until all tests pass and coverage reaches 80%+.

Frequently Asked Questions about tdd-workflow

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

FAQPage Schema
How do I enforce test-driven development across unit, integration, and E2E tests?

Test-driven development is enforced by guiding teams to write tests before implementation across unit, integration, and E2E tests, ensuring new code is backed by tests and maintains quality.

What is the best way to maintain 80%+ test coverage during feature development and refactoring?

Maintaining 80%+ test coverage requires writing unit tests for new features first, implementing code until all tests pass, and validating coverage thresholds across the software project.

How do I start a TDD workflow for bug fixes and refactoring?

Start a TDD workflow for bug fixes and refactoring by creating unit tests that capture the expected behavior, then adjusting the code until all tests pass and coverage reaches 80%+.

Does this TDD workflow apply to both unit testing and end-to-end testing strategies?

Yes, this TDD workflow applies to both unit testing and end-to-end testing strategies, providing templates and steps for writing and validating comprehensive tests across all layers.

Can I use this to document testing workflows and validate test coverage thresholds?

Yes, you can use this to document testing workflows and validate test coverage thresholds by applying strict test discipline to feature development, bug fixes, and refactoring.