ln-522-manual-tester

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

将手工验收流程脚本化,便于复现与自动收集结果。

▸ 风险提示

执行脚本可能拉取外部资源,需 CI/运行权限并审查安全性。

这个 Skill 做什么

通过 tests/manual/ 中的可执行脚本按验收准则执行手工测试并收集证据。

按 Story 的验收准则执行 tests/manual/ 里的可运行脚本,逐条核对 AC 并收集截图、日志等证据,形成可审计的手工测试记录。适合实现完成后需要人工验证细节或复现场景时使用。脚本遵循项目的 CI 输出与失败产物策略,让手工测试也能可复现、有凭证。

▸ 展开 SKILL.md 英文原文

Performs manual testing of Story AC via executable bash scripts in tests/manual/. Use when Story implementation needs hands-on AC verification.

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

**MANDATORY READ:** Load `references/ci_tool_detection.md` — compact output flags, pipefail, and failure-artifact policy for bash/curl/Puppeteer scripts.

## Inputs

| Input | Required | Source | Description |
|-------|----------|--------|-------------|
| `storyId` | Yes | args, git branch, kanban, user | Story to process |

**Resolution:** Story Resolution Chain.
**Status filter:** To Review

# Manual Tester

**Type:** L3 Worker

Manually verifies Story AC on running code and reports structured results for the quality gate.

## Purpose & Scope
- Create executable test scripts in `tests/manual/` folder 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有