red-green-refactor
SolidGuides the red-green-refactor TDD workflow: write a failing test first, implement the minimum code to make it pass, then refactor while keeping tests green. Use when a user asks to practice TDD, write tests first, follow red-green-refactor, do test-driven development, write failing tests before code, or phrases like 'make the test pass', 'test coverage', or 'unit tests before implementation'.
Install
Quality Score: 99/100
Skill Content
Details
- Author
- rohitg00
- Repository
- rohitg00/skillkit
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- Apache-2.0
Similar Skills
Semantically similar based on skill content — not just same category
test-driven-development
Red-green-refactor development methodology requiring verified test coverage. Use for feature implementation, bugfixes, refactoring, or any behavior changes where tests must prove correctness.
tdd
Test-Driven Development workflow - write tests first, then implementation
test-driven-development-tdd
Master the Test-Driven Development approach with Red-Green-Refactor cycles, writing tests before code, comprehensive coverage patterns, and quality code practices for building robust, maintainable software.
tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.
tdd-workflow
Test-Driven Development workflow principles. RED-GREEN-REFACTOR cycle.