一键导入
playtest-report
Generates structured playtest report template or analyzes playtest notes into actionable format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates structured playtest report template or analyzes playtest notes into actionable format.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rapid prototyping workflow for Unity. Quickly validates a mechanic or concept with throwaway code and a structured report.
Load a saved plan from ProjectSettings/GameDeck/plans/ and execute it step-by-step.
Save a plan to ProjectSettings/GameDeck/plans/ — captures the most recent plan from this conversation, or a plan you provide directly.
Plan a feature implementation with tasks, architecture, and file list.
Generate a complete Unity system — MonoBehaviour + ScriptableObject config from structured input.
Analyze and refactor a file or system with before/after comparison.
| name | playtest-report |
| description | Generates structured playtest report template or analyzes playtest notes into actionable format. |
| argument-hint | [new|analyze path-to-notes] |
| user-invocable | true |
| allowed-tools | Read, Glob, Grep, Write |
When this skill is invoked:
Determine mode:
new: Generate blank templateanalyze [path]: Parse raw notes into structured formatTemplate structure:
## Playtest Report — [Date]
### Session Info
- Build: [version]
- Duration: [minutes]
- Platform: [target]
- Tester: [name/anonymous]
### First Impressions (0-5 min)
[Initial reactions, onboarding clarity, first confusion points]
### Gameplay Flow
**What Worked:**
- ...
**Pain Points:**
- ...
**Confusion Points:**
- ...
**Delight Moments:**
- ...
### Bugs Encountered
| Bug | Severity | Reproducible? |
|-----|----------|---------------|
### Feature-Specific Feedback
[Per-feature observations]
### Performance Notes
[Frame drops, loading times, visual glitches]
### Overall Assessment
- Fun Factor: [1-5]
- Polish Level: [1-5]
- Would Play Again: [Yes/No/Maybe]
### Priority Actions
1. [Most impactful change to make]
analyze mode: Parse raw notes and categorize into the structured format above, extracting bugs, pain points, and priority actions.