بنقرة واحدة
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.