Files
gh-rand-cc-polymath/commands/discover-testing.md
2025-11-30 08:49:41 +08:00

22 lines
538 B
Markdown

---
description: Load testing skills (unit, integration, e2e, TDD, coverage)
---
# Discover Testing Skills
Load the testing gateway skill:
```bash
cat ~/.claude/plugins/cc-polymath/skills/discover-testing/SKILL.md
```
This activates skills for:
- Unit testing with pytest, Jest, Go testing
- Integration testing strategies
- End-to-end (e2e) testing with Playwright/Cypress
- Test-Driven Development (TDD)
- Code coverage and quality metrics
- Mocking and test doubles
- Property-based testing
- Test organization and maintainability