ln-41-test-strategy-planner
仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 17 小时前
▸ 精选理由
为缺乏明确测试要求的项目提供高效边界驱动的测试方案。
这个 Skill 做什么
基于风险设计优先测试策略与场景,概述重要行为的验证方案且不修改代码。
帮你把有限时间花在最可能出问题的测试上,设计一套基于风险的优先级测试策略和关键场景,明确要验证的边界和要捕捉的缺陷,不会改代码只产出测试方案。适用于需求刚定、要给 QA/PM 一个可执行的测试计划或想知道哪些行为必须验证时。特别之处是按要跨越的边界和要检出的缺陷来选测试层级,而不是盲目追 coverage 或固定金字塔。
▸ 展开 SKILL.md 英文原文
Designs a risk-based test strategy and prioritized scenarios without changing code. Use when requirements need a test plan; not for auditing or implementing tests.
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/testing-suite/skills/ln-41-test-strategy-planner/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/testing-suite/skills/ln-41-test-strategy-planner/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Test Strategy Planner **Goal:** Design a read-only test strategy that maximizes confidence in important local behavior. Select test levels by the boundary that must be crossed and the defect that must be detected, not by a fixed pyramid, coverage target, or scenario count. **Execution contract:** Treat the ordered checkbox workflow below as this skill's Definition of Done. Work through every item in order, and mark it complete only when its action and required evidence are complete. `N/A`, skipped, unavailable, or delegated items remain incomplete. Before returning, apply this skill's verdict, decision, and approval rules to every incomplete item and prepend **Checklist: X/Y complete**<b
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有