Merge pull request #434 from mattpocock/fix/tdd-code-review-reference

docs: fix tdd skill reference to code-review skill
This commit is contained in:
Matt Pocock 2026-07-03 10:02:26 +01:00 committed by GitHub
commit e9dea692fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,4 +33,4 @@ Ask: "What's the public interface, and which seams should we test?"
- **Red before green.** Write the failing test first, then only enough code to pass it. Don't anticipate future tests or add speculative features. - **Red before green.** Write the failing test first, then only enough code to pass it. Don't anticipate future tests or add speculative features.
- **One slice at a time.** One seam, one test, one minimal implementation per cycle. - **One slice at a time.** One seam, one test, one minimal implementation per cycle.
- **Refactoring is not part of the loop.** It belongs to the review stage (see the `review` skill), not the red → green implementation cycle. - **Refactoring is not part of the loop.** It belongs to the review stage (see the `code-review` skill), not the red → green implementation cycle.