by sickn33
此技能提供结构化的测试和 QA 工作流程,涵盖单元测试、集成测试、E2E 测试、浏览器自动化和生产就绪软件的质量门禁。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 testing-qa 技能" 开始使用
=== testing-qa 技能 === 作者: sickn33 描述: 此技能提供结构化的测试和 QA 工作流程,涵盖单元测试、集成测试、E2E 测试、浏览器自动化和生产就绪软件的质量门禁。 使用方法: 1. 调用技能: "使用 testing-qa 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 testing-qa 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
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 strategy
Use @test-driven-development to implement TDD workflow
javascript-testing-patterns - Jest/Vitestpython-testing-patterns - pytestunit-testing-test-generate - Test generationtdd-orchestrator - TDD orchestrationUse @javascript-testing-patterns to write Jest tests
Use @python-testing-patterns to write pytest tests
Use @unit-testing-test-generate to generate unit tests
api-testing-observability-api-mock - API testinge2e-testing-patterns - Integration patternsUse @api-testing-observability-api-mock to test APIs
playwright-skill - Playwright testinge2e-testing-patterns - E2E patternswebapp-testing - Web app testingUse @playwright-skill to create E2E tests
Use @e2e-testing-patterns to design E2E strategy
browser-automation - Browser automationwebapp-testing - Browser testingscreenshots - Screenshot automationUse @browser-automation to automate browser tasks
Use @screenshots to capture marketing screenshots
performance-engineer - Performance engineeringperformance-profiling - Performance profilingweb-performance-optimization - Web performanceUse @performance-engineer to test application performance
code-reviewer - AI code reviewcode-review-excellence - Review best practicesfind-bugs - Bug detectionsecurity-scanning-security-sast - Security scanningUse @code-reviewer to review pull requests
Use @find-bugs to detect bugs in code
lint-and-validate - Lintingverification-before-completion - VerificationUse @lint-and-validate to check code quality
Use @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 testing
View Count
0
Download Count
0
Favorite Count
0
Quality Score
66