帮助用户设计测试策略与测试计划,明确覆盖范围、方法与质量保障重点。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "testing-strategy" 技能: 1. 下载 https://raw.githubusercontent.com/anthropics/knowledge-work-plugins/main/engineering/skills/testing-strategy/SKILL.md 2. 保存为 ~/.claude/skills/testing-strategy/SKILL.md 3. 装好后重载技能,告诉我可以用了
请为“用户注册与登录”功能设计测试策略,包含功能测试、边界条件、异常流程、接口测试、自动化建议和测试优先级。
一份结构化测试策略,说明测试范围、测试类型、关键用例、风险点和自动化方向。
请为订单管理 API 编写测试计划,覆盖鉴权、输入校验、错误处理、性能、并发和回归测试,并按优先级分类。
一份可执行的测试计划,包含测试模块、场景清单、优先级、环境需求与验收标准。
我们有一个前后端分离的 Web 应用,请建议测试架构,说明单元测试、集成测试、端到端测试分别测什么,以及如何平衡覆盖率与维护成本。
一份测试架构建议,明确分层测试职责、覆盖重点、工具方向与成本权衡。
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.
围绕客户问题进行多来源调研与溯源,快速整理背景并支持准确回复。
帮助开发者编写关注行为、抗重构且可验证修复意图的高质量测试。