senior-qa by davila7/claude-code-templates
npx skills add https://github.com/davila7/claude-code-templates --skill senior-qa为高级质量保证提供完整工具包,包含现代化工具和最佳实践。
此技能通过自动化脚本提供三项核心功能:
# 脚本 1:测试套件生成器
python scripts/test_suite_generator.py [options]
# 脚本 2:覆盖率分析器
python scripts/coverage_analyzer.py [options]
# 脚本 3:端到端测试脚手架生成器
python scripts/e2e_test_scaffolder.py [options]
用于测试套件生成任务的自动化工具。
功能:
用法:
python scripts/test_suite_generator.py <project-path> [options]
全面的分析和优化工具。
功能:
用法:
python scripts/coverage_analyzer.py <target-path> [--verbose]
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用于专项任务的高级工具。
功能:
用法:
python scripts/e2e_test_scaffolder.py [arguments] [options]
完整指南位于 references/testing_strategies.md:
完整的工作流程文档位于 references/test_automation_patterns.md:
技术参考指南位于 references/qa_best_practices.md:
语言: TypeScript, JavaScript, Python, Go, Swift, Kotlin 前端: React, Next.js, React Native, Flutter 后端: Node.js, Express, GraphQL, REST APIs 数据库: PostgreSQL, Prisma, NeonDB, Supabase DevOps: Docker, Kubernetes, Terraform, GitHub Actions, CircleCI 云平台: AWS, GCP, Azure
# 安装依赖
npm install
# 或
pip install -r requirements.txt
# 配置环境
cp .env.example .env
# 使用分析器脚本
python scripts/coverage_analyzer.py .
# 查看建议
# 应用修复
遵循以下文档中记录的模式和实践:
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.md# 开发
npm run dev
npm run build
npm run test
npm run lint
# 分析
python scripts/coverage_analyzer.py .
python scripts/e2e_test_scaffolder.py --analyze
# 部署
docker build -t app:latest .
docker-compose up -d
kubectl apply -f k8s/
请查阅 references/qa_best_practices.md 中的完整故障排除部分。
references/testing_strategies.mdreferences/test_automation_patterns.mdreferences/qa_best_practices.mdscripts/ 目录每周安装量
520
代码仓库
GitHub 星标数
22.6K
首次出现
2026年1月20日
安全审计
安装于
gemini-cli400
opencode397
codex374
github-copilot351
claude-code338
cursor332
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/ directoryWeekly Installs
520
Repository
GitHub Stars
22.6K
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubWarnSocketPassSnykPass
Installed on
gemini-cli400
opencode397
codex374
github-copilot351
claude-code338
cursor332