ln-523-auto-test-planner
仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由
能把手工结果转为优先级自动化任务,提高自动化产出。
▸ 风险提示
会在项目中创建任务或修改状态,需相应权限与审查。
这个 Skill 做什么
基于风险驱动和手工测试结果生成优先级自动化测试计划并创建任务。
根据风险驱动方法,把手工测试的真实结果转成有优先级的自动化测试计划(E2E/Integration/Unit),并生成对应的测试任务。当某个 Story 需要覆盖或把手测转自动化时用,能用实际手测数据决定先测哪些场景,重点覆盖高风险点,降低测试成本。
▸ 展开 SKILL.md 英文原文
Plans automated tests (E2E/Integration/Unit) using Risk-Based Testing after manual testing. Use when Story needs a test task with prioritized scenarios.
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-523-auto-test-planner/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-523-auto-test-planner/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory. # Automated Test Planner **Type:** L3 Worker Creates Story test task with comprehensive automated test coverage (E2E/Integration/Unit) based on Risk-Based Testing methodology and REAL manual testing results. ## Inputs | Input | Required | Source | Description | |-------|----------|--------|-------------| | `storyId` | Yes | args, git branch, kanban, user | Story to process | **Resolution:** Story Resolution Chain. **Status filter:** To Review ## Purpose & Scope - **Create** comprehensive test task for Story automation - **Calculate** risk-based priorities (Impact x Probability) - **Generate** 11-s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有