Loading…
Fix a bug or missing feature using Test-Driven Development.
This skill guides you through the process of fixing bugs or implementing missing features by employing Test-Driven Development (TDD). It emphasizes writing a failing test first, then making it pass, followed by refactoring and verifying the fix. The structured approach ensures that you understand the issue, classify the test approach, and follow a clear sequence from writing tests to committing the changes.