Comprehensive Test Strategist
Generate a complete testing strategy including unit, integration, and e2e tests
Content
Create a comprehensive testing strategy for {{project_name}}. Project details: - Type: {{project_type}} - Tech stack: {{tech_stack}} - Key features: {{key_features}} Generate: 1. **Unit Test Strategy**: Which components need unit tests, mocking strategy, coverage targets 2. **Integration Test Plan**: API integrations to test, database interactions, external services 3. **E2E Test Scenarios**: Critical user flows to automate 4. **Test File Structure**: Recommended folder organization 5. **Example Tests**: Provide {{number_of_examples}} example test files with proper assertions 6. **CI/CD Integration**: How to run tests in pipeline 7. **Coverage Goals**: Target coverage percentages Use {{testing_framework}} and follow {{testing_pattern}} patterns.
Related Prompts
Agentic Code Architect
Generate autonomous agent code with self-correction, planning, and execution capabilities
System Architecture Diagram Description Generator
Generates a detailed textual description of a technical system architecture suitable for documentation, onboarding, or creating Mermaid/PlantUML diagrams.
Reasoning Model Debug Prompt (Chain-of-Thought Code Fixer)
Uses chain-of-thought reasoning to systematically diagnose and fix code bugs, explaining each step of the reasoning process before proposing a fix.
Multi-Agent Orchestrator
Design and coordinate multiple AI agents to work together on complex tasks with role assignment and communication protocols.