Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:49:41 +08:00
commit 735ee8165d
17 changed files with 1350 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
---
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