by alirezarezvani
质量保证需要大量时间来设计测试策略和维护测试套件。此技能提供自动化测试生成、覆盖率分析和端到端脚手架,以加速QA工作流程,同时确保React、Next.js和Node.js应用的全面测试覆盖率。
1. 打开 Claude 聊天界面
2. 点击下方 "📋 复制" 按钮
3. 粘贴到 Claude 聊天框中并发送
4. 输入 "使用 senior-qa 技能" 开始使用
=== senior-qa 技能 === 作者: alirezarezvani 描述: 质量保证需要大量时间来设计测试策略和维护测试套件。此技能提供自动化测试生成、覆盖率分析和端到端脚手架,以加速QA工作流程,同时确保React、Next.js和Node.js应用的全面测试覆盖率。 使用方法: 1. 调用技能: "使用 senior-qa 技能" 2. 提供相关信息: 根据技能要求提供必要参数 3. 查看结果: 技能会返回处理结果 示例: "使用 senior-qa 技能,帮我分析一下这段代码"
这种方法适用于所有 Claude 用户,不需要安装额外工具。
coding
safe
Complete toolkit for senior qa with modern tools and best practices.
This skill provides three core capabilities through automated scripts:
# Script 1: Test Suite Generator
python scripts/test_suite_generator.py [options]
# Script 2: Coverage Analyzer
python scripts/coverage_analyzer.py [options]
# Script 3: E2E Test Scaffolder
python scripts/e2e_test_scaffolder.py [options]
Automated tool for test suite generator tasks.
Features:
Usage:
python scripts/test_suite_generator.py <project-path> [options]
Comprehensive analysis and optimization tool.
Features:
Usage:
python scripts/coverage_analyzer.py <target-path> [--verbose]
Advanced tooling for specialized tasks.
Features:
Usage:
python scripts/e2e_test_scaffolder.py [arguments] [options]
Comprehensive guide available in references/testing_strategies.md:
Complete workflow documentation in references/test_automation_patterns.md:
Technical reference guide in references/qa_best_practices.md:
Languages: TypeScript, JavaScript, Python, Go, Swift, Kotlin Frontend: React, Next.js, React Native, Flutter Backend: Node.js, Express, GraphQL, REST APIs Database: PostgreSQL, Prisma, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions, CircleCI Cloud: AWS, GCP, Azure
# Install dependencies
npm install
# or
pip install -r requirements.txt
# Configure environment
cp .env.example .env
# Use the analyzer script
python scripts/coverage_analyzer.py .
# Review recommendations
# Apply fixes
Follow the patterns and practices documented in:
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.md# Development
npm run dev
npm run build
npm run test
npm run lint
# Analysis
python scripts/coverage_analyzer.py .
python scripts/e2e_test_scaffolder.py --analyze
# Deployment
docker build -t app:latest .
docker-compose up -d
kubectl apply -f k8s/
Check the comprehensive troubleshooting section in references/qa_best_practices.md.
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.mdscripts/ directoryView Count
0
Download Count
0
Favorite Count
0
Quality Score
77