Skip to content

Commit e884c59

Browse files
chore(deps): update agent skills (#5300)
Co-authored-by: github-merge-queue <118344674+github-merge-queue@users.noreply.github.com>
1 parent 471629e commit e884c59

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • .agents/skills/test-driven-development

.agents/skills/test-driven-development/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
description: Use when implementing any feature or bugfix, before writing implementation code
33
metadata:
44
github-path: skills/test-driven-development
5-
github-ref: refs/tags/v5.0.7
5+
github-ref: refs/tags/v6.0.2
66
github-repo: https://github.com/obra/superpowers
7-
github-tree-sha: 98904a7d8e0e04b9bd46220b9b17298f45fe0b72
7+
github-tree-sha: 61939b456845d75979423c855829d05cbf2c304d
88
name: test-driven-development
99
---
1010
# Test-Driven Development (TDD)
@@ -360,7 +360,7 @@ Never fix bugs without a test.
360360

361361
## Testing Anti-Patterns
362362

363-
When adding mocks or test utilities, read @testing-anti-patterns.md to avoid common pitfalls:
363+
When adding mocks or test utilities, read [testing-anti-patterns.md](testing-anti-patterns.md) to avoid common pitfalls:
364364
- Testing mock behavior instead of real behavior
365365
- Adding test-only methods to production classes
366366
- Mocking without understanding dependencies

0 commit comments

Comments
 (0)