testing-strategy

Installation
SKILL.md

Testing Strategy

What I Do

Provide universal testing strategies and best practices that apply across different programming languages and project types.

Universal Testing Framework

Test Organization

# Universal test directory structure
tests/
├── unit/              # Unit tests
│   ├── core/          # Core functionality tests
│   └── utils/         # Utility function tests
├── integration/       # Integration tests
├── e2e/               # End-to-end tests
├── performance/       # Performance tests
Related skills

More from jr2804/prompts

Installs
1
Repository
jr2804/prompts
First Seen
Apr 1, 2026