testing
Installation
SKILL.md
Testing Skill
Use this skill when writing tests, reviewing test code, or investigating test failures.
Documentation
Read the testing guide and relevant reference based on context:
| Context | Primary | Reference |
|---|---|---|
| General | docs/testing.md | — |
| Anti-patterns | docs/testing.md | anti-patterns.md |
| Patterns | docs/testing.md | patterns.md |
CLI (turbo/apps/cli) |
docs/testing.md | cli-testing.md |
CLI E2E (e2e/tests/) |
docs/testing.md | cli-e2e-testing.md |
API (turbo/apps/api) |
docs/testing.md | api-testing.md |
App (turbo/apps/platform) |
docs/testing.md | app-testing.md |
Rust (crates/) |
docs/testing.md | rust-testing.md |
Python addon (crates/runner/mitm-addon) |
docs/testing.md | mitm-addon-testing.md |