| name | testing-qa |
| description | Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance. |
| type | skill |
| created | 2026-02-27T00:00:00.000Z |
| domain | software-development |
| category | testing |
| risk | safe |
| source | personal |
| tags | ["skill","software-development","testing"] |
Testing/QA Workflow Bundle
Overview
Comprehensive testing and quality assurance workflow covering unit tests, integration tests, E2E tests, browser automation, and quality gates for production-ready software.
When to Use This Workflow
Use this workflow when:
- Setting up testing infrastructure
- Writing unit and integration tests
- Implementing E2E tests
- Automating browser testing
- Establishing quality gates
- Performing code review
Workflow Phases
Phase 1: Test Strategy
Skills to Invoke
test-automator - Test automation
test-driven-development - TDD
Actions
- Define testing strategy
- Choose testing frameworks
- Plan test coverage
- Set up test infrastructure
- Configure CI integration
Copy-Paste Prompts
Use @test-automator to design testing strategy
Use @test-driven-development to implement TDD workflow
Phase 2: Unit Testing
Skills to Invoke
javascript-testing-patterns - Jest/Vitest
python-testing-patterns - pytest
unit-testing-test-generate - Test generation
tdd-orchestrator - TDD orchestration
Actions
- Write unit tests
- Set up test fixtures
- Configure mocking
- Measure coverage
- Integrate with CI
Copy-Paste Prompts
Use @javascript-testing-patterns to write Jest tests
Use @python-testing-patterns to write pytest tests
Use @unit-testing-test-generate to generate unit tests
Phase 3: Integration Testing
Skills to Invoke
api-testing-observability-api-mock - API testing
e2e-testing-patterns - Integration patterns
Actions
- Design integration tests
- Set up test databases
- Configure API mocks
- Test service interactions
- Verify data flows
Copy-Paste Prompts