Comprehensive testing and QA workflow covering unit testing, integration testing, E2E testing, browser automation, and quality assurance.
37
35%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./plugins/AI-Agents-Safe-Coding-Skills/skills/testing-qa/SKILL.mdThe canonical home for this skill is testing-qa in administrakt0r/AI-Agents-Safe-Coding-Skills
Comprehensive testing and quality assurance workflow covering unit tests, integration tests, E2E tests, browser automation, and quality gates for production-ready software.
Use this workflow when:
test-automator - Test automationtest-driven-development - TDDUse @test-automator to design testing strategyUse @test-driven-development to implement TDD workflowjavascript-testing-patterns - Jest/Vitestpython-testing-patterns - pytestunit-testing-test-generate - Test generationtdd-orchestrator - TDD orchestrationUse @javascript-testing-patterns to write Jest testsUse @python-testing-patterns to write pytest testsUse @unit-testing-test-generate to generate unit testsapi-testing-observability-api-mock - API testinge2e-testing-patterns - Integration patternsUse @api-testing-observability-api-mock to test APIsplaywright-skill - Playwright testinge2e-testing-patterns - E2E patternswebapp-testing - Web app testingUse @playwright-skill to create E2E testsUse @e2e-testing-patterns to design E2E strategybrowser-automation - Browser automationwebapp-testing - Browser testingscreenshots - Screenshot automationUse @browser-automation to automate browser tasksUse @screenshots to capture marketing screenshotsperformance-engineer - Performance engineeringperformance-profiling - Performance profilingweb-performance-optimization - Web performanceUse @performance-engineer to test application performancecode-reviewer - AI code reviewcode-review-excellence - Review best practicesfind-bugs - Bug detectionsecurity-scanning-security-sast - Security scanningUse @code-reviewer to review pull requestsUse @find-bugs to detect bugs in codelint-and-validate - Lintingverification-before-completion - VerificationUse @lint-and-validate to check code qualityUse @verification-before-completion to verify changes/ / \ E2E Tests (10%)
/---- / \ Integration Tests (20%)
/-------- / \ Unit Tests (70%)
/------------```
## Quality Gates Checklist
- [ ] Unit test coverage > 80%
- [ ] All tests passing
- [ ] E2E tests for critical paths
- [ ] Performance benchmarks met
- [ ] Security scan passed
- [ ] Code review approved
- [ ] Linting clean
## Related Workflow Bundles
- `development` - Development workflow
- `security-audit` - Security testing
- `cloud-devops` - CI/CD integration
- `ai-ml` - AI testingdebb2ec
Canonical home
since Aug 19, 2026
Also appears in
since Aug 19, 2026
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.