ln-404-test-executor

仓库创建 2025年10月24日最近提交 3 天前SkillHot 收录 21 天前
▸ 精选理由

为测试任务提供受控执行流程,适合需要分级运行与审查测试的项目。

▸ 风险提示

会运行测试脚本与外部进程,可能调用外部资源或产生副作用

这个 Skill 做什么

专门执行标记为 tests 的测试任务,将其推进到 To Review,遵循风险限制策略。

专门执行标记为 "tests" 的测试任务,把测试从待办推进到 To Review,并按风险限制控制执行量,不承担实现类任务。遵循完整的 11 节测试计划(E2E/集成/单元、基础设施、文档、清理等),把执行结果和证据交付到评审环节。

▸ 展开 SKILL.md 英文原文

Executes test tasks (label 'tests') through Todo to To Review with risk-based limits. Use for test task execution. Not for implementation tasks.

开发编程测试执行风险限制自动化测试Claude Code
522
Stars
74
Forks
18
仓库内 Skill
+10
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-404-test-executor/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/plugins/agile-workflow/skills/ln-404-test-executor/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
> **Paths:** File paths (`references/`, `../ln-*`) are relative to this skill directory.

# Test Task Executor

**Type:** L3 Worker

Runs a single Story final test task (label "tests") through implementation/execution to To Review.

## Purpose & Scope
- Handle only tasks labeled "tests"; other tasks go to ln-401.
- Follow the 11-section test task plan (E2E/Integration/Unit, infra/docs/cleanup).
- Enforce risk-based constraints: Priority ≥15 scenarios covered; each test passes Usefulness Criteria; no framework/DB/library/performance tests.
- Update tracker/kanban for this task only: Todo -> In Progress -> To Review.

**Hex-line acceleration (if available):** Use `outline(file_path)` before re
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有