testing
Installation
SKILL.md
Testing
A comprehensive testing skill that helps design, implement, and maintain effective test suites across different testing levels and frameworks.
Quick Start
Basic testing workflow:
# Identify testable components
# Design test cases
# Implement tests following patterns
# Run tests and verify coverage
# Maintain and refactor tests