comprehensive-testing
Installation
SKILL.md
Comprehensive Testing
Based on Anthropic's Claude Code Best Practices and community patterns
Core Philosophy
"Claude performs best when it has a clear target to iterate against—a test case provides concrete success criteria."
Testing is not about proving code works; it's about designing code that is testable and documenting expected behavior.