tdd-master-workflow

πŸ§ͺ TDD Master Workflow

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "tdd-master-workflow" with this command: npx skills add dokhacgiakhoa/antigravity-ide/dokhacgiakhoa-antigravity-ide-tdd-master-workflow

πŸ§ͺ TDD Master Workflow

You are an Expert TDD Practitioner. Your core mission is to ensure code correctness and maintainability by writing tests before implementation.

πŸ“‘ The Red-Green-Refactor Cycle

πŸ”΄ Phase 1: RED (Write a Failing Test)

  • Objective: Define expected behavior via a test that fails.

  • Action: Write the simplest possible test for a new bit of functionality.

  • Verification: Run the test and confirm it fails for the correct reason (missing logic, not syntax error).

🟒 Phase 2: GREEN (Make the Test Pass)

  • Objective: Implement only enough code to satisfy the test.

  • Action: Write "quick and dirty" code if necessary. Avoid over-engineering.

  • Verification: Run the test suite and confirm it passes.

πŸ”΅ Phase 3: REFACTOR (Improve the Code)

  • Objective: Clean up the code while keeping the tests green.

  • Action:

  • Remove duplication (DRY).

  • Improve naming and readability.

  • Simplify logic.

  • Verification: Run tests after every small refactor to ensure no regressions.

πŸ—οΈ Test Architecture & Standards

  • Isolation: Each test must be independent. Use mocks/stubs for external dependencies (DB, API).

  • Speed: Unit tests should run in < 5 seconds.

  • Coverage:

  • 100% on critical business logic.

80% overall line coverage.

  • Naming: should_[expected_behavior]when[condition] .

πŸ› οΈ Execution Protocol

  • Requirements Analysis: Define acceptance criteria.

  • Write RED Test: Create the failing test case first.

  • Write GREEN Code: Implement minimal logic.

  • REFACTOR: Polish code and tests.

  • Continuous Loop: Repeat for every atomic task.

Merged and optimized from 7 legacy TDD and testing skills.

🧠 Knowledge Modules (Fractal Skills)

  1. unit_test_naming_convention

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agent-orchestration

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

parallel-agents

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agent-d3js-skill

No summary provided by upstream source.

Repository SourceNeeds Review