mirror of
https://github.com/mattpocock/skills.git
synced 2026-07-29 02:52:42 +07:00
docs: fix tdd skill reference to code-review skill
The tdd skill pointed at a `review` skill that no longer exists; the review skill is now named `code-review`. Update the reference. Fixes #432 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
aed86f6b35
commit
bd453a6742
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user