---
name: Testing Discovery
slug: testing-discovery
category: Quality
description: Testing Discovery automatically loads testing-related skills when working on unit tests, integration tests, e2e, TDD, coverage, mocking, pytest, or Jest. Use it as a gateway to the testing category and then open specific skills as needed.
github: "https://github.com/rand/cc-polymath/tree/main/skills/discover-testing"
language: Python
stars: 175
forks: 12
install: "npx degit https://github.com/rand/cc-polymath/tree/main/skills/discover-testing ~/.claude/skills/discover-testing"
installs_to: ~/.claude/skills/discover-testing
source_path: skills/discover-testing/SKILL.md
collection_size: 25
category_size: 1817
collection_url: "https://dirskills.com/collections/rand/cc-polymath"
added: 2026-09-07T05:21:42.487Z
last_synced: 2026-09-07T05:21:42.487Z
canonical_url: "https://dirskills.com/skills/testing-discovery"
---

# Testing Discovery

Testing Discovery automatically loads testing-related skills when working on unit tests, integration tests, e2e, TDD, coverage, mocking, pytest, or Jest. Use it as a gateway to the testing category and then open specific skills as needed.

**Install:**

```bash
npx degit https://github.com/rand/cc-polymath/tree/main/skills/discover-testing ~/.claude/skills/discover-testing
```

## README

# Testing Skills Discovery

Provides automatic access to comprehensive testing skills.

## When This Skill Activates

This skill auto-activates when you're working with:
- testing
- tests
- unit tests
- integration
- e2e
- TDD
- test coverage
- performance testing

## Available Skills

### Quick Reference

The Testing category contains 6 skills:

1. **e2e-testing**
2. **integration-testing**
3. **performance-testing**
4. **test-coverage-strategy**
5. **test-driven-development**
6. **unit-testing-patterns**

### Load Full Category Details

For complete descriptions and workflows:

Read ../testing/INDEX.md


This loads the full Testing category index with:
- Detailed skill descriptions
- Usage triggers for each skill
- Common workflow combinations
- Cross-references to related skills

### Load Specific Skills

Load individual skills as needed:

Read ../testing/e2e-testing.md
Read ../testing/integration-testing.md
Read ../testing/performance-testing.md
Read ../testing/test-coverage-strategy.md
Read ../testing/test-driven-development.md


## Progressive Loading

This gateway skill enables progressive loading:
- **Level 1**: Gateway loads automatically (you're here now)
- **Level 2**: Load category INDEX.md for full overview
- **Level 3**: Load specific skills as needed

## Usage Instructions

1. **Auto-activation**: This skill loads automatically when Claude Code detects testing work
2. **Browse skills**: Run `Read ../testing/INDEX.md` for full category overview
3. **Load specific skills**: Use bash commands above to load individual skills


**Next Steps**: Run `Read ../testing/INDEX.md` to see full category details.
