Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器github未标认证来源可访问许可证需确认审计通过

testing-level-production测试级生产

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

612

周安装

25

GitHub Stars

1

下载量

196
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:testing-level-production(测试级生产)
来源仓库:https://github.com/wojons/skills
仓库路径:skills/testing-level-production
安装命令:
npx skills add https://github.com/wojons/skills --skill testing-level-production
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/wojons/skills --skill testing-level-production

简介

支持按生产级别标准执行测试活动。适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

  • 适用于高可用、高性能系统的可靠性验证。
  • 强调监控、告警与故障恢复能力的测试覆盖。
  • 需确保测试不影响线上用户体验与服务稳定性。
  • testing-level-production 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Production Testing Strategy

Comprehensive testing approach for production applications with real users, revenue, and reputation at stake.

When to use me

Use this skill when:

  • Releasing to general public or paying customers
  • Handling sensitive data or financial transactions
  • Scaling to thousands or millions of users
  • Meeting regulatory or compliance requirements
  • Maintaining brand reputation and user trust
  • Operating mission-critical business applications

What I do

Core Philosophy: "Production-grade" quality with comprehensive risk mitigation. Assume failures will happen and test accordingly.

Comprehensive Testing Suite:

  1. Automated Unit Testing

- All business logic and critical code paths - High code coverage (80-90%+) - Fast execution for developer feedback - Integrated into CI/CD pipeline

  1. Integration Testing

- All external service integrations - Database transactions and data consistency - API contract testing - Error handling and recovery scenarios

  1. End-to-End Automation

- Critical user workflows automated - Cross-browser and cross-platform testing - Visual regression testing - Performance benchmark testing

  1. Performance & Load Testing

- Load testing at 2-3x expected traffic - Stress testing to find breaking points - Endurance testing for memory leaks - Performance regression detection

  1. Security Testing

- Regular vulnerability scanning - Penetration testing (annual or per major release) - Authentication and authorization testing - Compliance validation (GDPR, HIPAA, PCI-DSS as applicable)

  1. Accessibility Testing

- WCAG compliance (AA level for public sites) - Screen reader and keyboard navigation - Regular audits with automated and manual testing

  1. Compatibility Testing

- Browser and device matrix testing - Operating system compatibility - Network condition simulation

  1. Usability Testing

- User experience validation - A/B testing for feature optimization - User feedback integration

Advanced Testing Practices:

  • Chaos engineering (failure injection)
  • Canary deployments and feature flag testing
  • Blue-green deployment testing
  • Disaster recovery and failover testing
  • Monitoring and observability validation

Examples

# Production Testing Commands
npm run test:ci                 # Full CI test suite
npm run test:coverage           # Coverage reporting
npm run test:e2e                # Automated E2E tests

# Performance testing
npm run test:performance:load   # Load testing
npm run test:performance:stress # Stress testing

# Security scanning
npm run test:security:scan      # Vulnerability scanning
npm run test:security:audit     # Security audit

# Accessibility
npm run test:accessibility      # WCAG compliance

# Compatibility
npm run test:compatibility      # Cross-browser testing

# Deployment validation
npm run test:smoke:production   # Production smoke tests
npm run test:canary             # Canary deployment tests

Output format

Production Testing Strategy:
──────────────────────────────
Quality Gates & Requirements:

✅ Unit Testing:
  - Coverage: 92% (target > 85%)
  - Tests: 2,847 passing
  - Execution time: 42 seconds

✅ Integration Testing:
  - Test Scenarios: 324
  - External Services: 8 integrated
  - Data Consistency: Verified

✅ E2E Automation:
  - Critical Paths: 18 automated workflows
  - Cross-browser: Chrome, Firefox, Safari, Edge
  - Mobile: iOS & Android responsive

✅ Performance:
  - Load Capacity: 10,000 concurrent users
  - Response Time: < 500ms (95th percentile)
  - Uptime Target: 99.95% SLA

✅ Security:
  - Vulnerabilities: 0 critical, 2 medium
  - Penetration Test: Last completed 30 days ago
  - Compliance: GDPR, PCI-DSS Level 4

✅ Accessibility:
  - WCAG 2.1 AA: 94% compliant
  - Screen Readers: NVDA, JAWS, VoiceOver tested
  - Keyboard Navigation: Fully accessible

Monitoring & Observability:
  - Application Performance Monitoring: Configured
  - Error Tracking: Real-time alerts
  - User Analytics: Feature usage tracking

Risk Mitigation:
  - Canary Deployments: 5% traffic initially
  - Feature Flags: Gradual rollout capability
  - Rollback Procedure: Tested quarterly
  - Disaster Recovery: RTO 4 hours, RPO 15 minutes

Recommendation:
  - All quality gates met for production release
  - Monitor performance metrics during peak hours
  - Schedule next penetration test in 90 days

Notes

  • Production testing is continuous, not one-time
  • Automate everything that can be automated
  • Monitor production metrics as ultimate test
  • Have rollback plans and practice them
  • Test failure scenarios, not just success paths
  • Consider different user segments and patterns
  • Balance comprehensive testing with release velocity
  • Learn from production incidents to improve testing
  • Maintain test environments that match production
  • Document and review testing strategy regularly

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.47%
按下载量换算70

Claude

30.06%
按下载量换算59

Cursor

21.04%
按下载量换算41

Gemini CLI

10.02%
按下载量换算20

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills