testing-strategy by anthropics/knowledge-work-plugins
npx skills add https://github.com/anthropics/knowledge-work-plugins --skill testing-strategy设计有效的测试策略,平衡覆盖率、速度和维护成本。
/ 端到端测试 \ 少量、速度慢、置信度高
/ 集成测试 \ 适量、中等速度
/ 单元测试 \ 大量、速度快、聚焦
重点关注:业务关键路径、错误处理、边界情况、安全边界、数据完整性。
可跳过:简单的 getter/setter、框架代码、一次性脚本。
制定测试计划,包含:测试内容、各区域的测试类型、覆盖率目标以及示例测试用例。识别现有覆盖范围的不足。
每周安装量
92
代码仓库
GitHub 星标数
8.9K
首次出现
2026年2月24日
安全审计
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
安装于
codex89
opencode88
github-copilot88
amp88
kimi-cli88
gemini-cli88
Design effective testing strategies balancing coverage, speed, and maintenance.
/ E2E \ Few, slow, high confidence
/ Integration \ Some, medium speed
/ Unit Tests \ Many, fast, focused
Focus on: business-critical paths, error handling, edge cases, security boundaries, data integrity.
Skip: trivial getters/setters, framework code, one-off scripts.
Produce a test plan with: what to test, test type for each area, coverage targets, and example test cases. Identify gaps in existing coverage.
Weekly Installs
92
Repository
GitHub Stars
8.9K
First Seen
Feb 24, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
codex89
opencode88
github-copilot88
amp88
kimi-cli88
gemini-cli88
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
105,000 周安装