playtest-report

仓库创建 2026年4月30日最近提交 3 天前SkillHot 收录 20 天前
▸ 精选理由

统一反馈格式,便于团队追踪与修正问题。

这个 Skill 做什么

标准化生成或解析 playtest 反馈并输出结构化测试报告。

把 playtest 反馈变成标准化的测试报告模版,或把散乱的测试笔记解析成结构化的结果,包含问题描述、优先级和复现步骤。用于游戏或交互产品的内部测试阶段,帮团队整理玩家反馈并快速定位问题。特色是统一格式输出,便于统计、跟进和快速迭代。

▸ 展开 SKILL.md 英文原文

Generates a structured playtest report template or analyzes existing playtest notes into a structured format. Use this to standardize playtest feedback collection and analysis.

垂直行业玩家测试反馈分析报告模板通用
65
Stars
7
Forks
40
仓库内 Skill
+9
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/playtest-report/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/striderZA/OpenCodeGameStudios/master/.agents/skills/playtest-report/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Phase 1: Parse Arguments

Resolve the review mode (once, store for all gate spawns this run):
1. If `--review [full|lean|solo]` was passed → use that
2. Else read `production/review-mode.txt` → use that value
3. Else → default to `lean`

See `docs/framework/director-gates.md` for the full check pattern.

Determine the mode:

- `new` → generate a blank playtest report template
- `analyze [path]` → read raw notes and fill in the template with structured findings

---

## Phase 2A: New Template Mode

Generate this template and output it to the user:

```markdown
# Playtest Report

## Session Info
- **Date**: [Date]
- **Build**: [Version/Commit]
- **Duration**: [Time played]
- **Tester**: [Na
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有