testing-patterns
Originally fromchriswiles/claude-code-showcase
Installation
SKILL.md
Testing Patterns and Utilities
Testing Philosophy
Test-Driven Development (TDD):
- Write failing test FIRST
- Implement minimal code to pass
- Refactor after green
- Never write production code without a failing test
Behavior-Driven Testing:
- Test behavior, not implementation
- Focus on public APIs and business requirements
- Avoid testing implementation details
- Use descriptive test names that describe behavior
Installs
1.1K
Repository
sickn33/agentic…e-skillsGitHub Stars
45.8K
First Seen
Jan 19, 2026
Security Audits