Install
openclaw skills install tdd-workflowTest-driven development workflow enforcing 80%+ code coverage with unit, integration, and E2E tests. Write tests first, validate RED state, implement minimally, validate GREEN, then refactor. Use when writing features, fixing bugs, or refactoring. Trigger phrases: write tests, TDD, test-driven, feature implementation, bug fix. Adapted from everything-claude-code by @affaan-m (MIT)
openclaw skills install tdd-workflowEnsure all code development follows TDD principles with 80%+ code coverage.
Most frequent patterns:
references/workflow-steps.md — Detailed 7-step TDD cycle with git checkpointsreferences/patterns-and-best-practices.md — Test patterns, common mistakes, success metrics