tdd-workflows-tdd-red
FeaturedGenerate failing tests for the TDD red phase to define expected behavior and edge cases.
Install
Quality Score: 99/100
Skill Content
Details
- Author
- sickn33
- Repository
- sickn33/antigravity-awesome-skills
- Created
- 4 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
tdd-workflows-tdd-red
Generate failing tests for the TDD red phase to define expected behavior and edge cases.
tdd-workflows-tdd-cycle
Use when working with tdd workflows tdd cycle
tdd-workflows-tdd-cycle
Use when working with tdd workflows tdd cycle
tdd-workflow
Test-first workflow for features, bug fixes, and refactors. Enforces unit, integration, and E2E coverage with a RED-GREEN-REFACTOR loop.
tdd-patterns
Guide test-driven development through the mandatory Red-Green-Refactor cycle (failing test before code), enforce test quality (one behavior per test, real code over mocks, no implementation-detail testing), and enforce test runner discipline (run mode, no watch mode). Use when implementing features or fixing bugs (with `testing.tddMode='enforce'` blocking implementation without a failing test). This skill MUST be consulted because test-first is the primary quality enforcement point; tests that pass on first write are suspect (likely testing the wrong thing).