ln-520-test-planner
仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由
适合需要统一测试策略与可重复执行的项目。
▸ 风险提示
依赖特定运行时与状态管理,需配置运行环境。
这个 Skill 做什么
编排测试规划流水线,管理研究、手工与自动化测试的执行与跳过规则。
把研究、手工测试和自动化测试的规划串成一条可执行的流水线,管理跳过规则、复用策略和工人汇总。Story 需要全面测试覆盖或要产出系统化测试计划时用它。特点是由 runtime 控制跳过/复用门、追踪每个 worker 的摘要并支持确定性恢复,方便大团队协同规划。
▸ 展开 SKILL.md 英文原文
Orchestrates test planning pipeline: research, manual testing, automated test planning. Use when Story needs comprehensive test coverage planning.
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-520-test-planner/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-520-test-planner/SKILL.md"SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory. # Test Planning Orchestrator **Type:** L2 Coordinator **Category:** 5XX Quality Runtime-backed test-planning coordinator. The runtime owns skip/reuse gates, worker summary tracking, and deterministic resume. ## Inputs | Input | Required | Source | Description | |-------|----------|--------|-------------| | `storyId` | Yes | args, git branch, kanban, user | Story to process | | `--simplified` | No | args | Skip research (ln-521) and manual testing (ln-522). Run only auto-test planning (ln-523). Used in fast-track mode. | **Resolution:** Story Resolution Chain. **Status filter:** To Review ## Purpos
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有