← ClaudeAtlas

testing-qalisted

Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
aiskillstore/marketplace · ★ 329 · Testing & QA · score 85
Install: claude install-skill aiskillstore/marketplace
# 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 1. Define testing strategy 2. Choose testing frameworks 3. Plan test coverage 4. Set up test infrastructure 5. 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 1. Write unit tests 2. Set up test fixtures 3. Configure mocking 4. Measure coverage 5. 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 -