playtest-report

Generates structured playtest report templates and analyzes raw playtest notes into standardized findings.

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/onemanking/the-operator --skill playtest-report-onemanking
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: playtest-report
Source: https://github.com/onemanking/the-operator/tree/main/.github/skills/playtest-report
Command: npx skills add https://github.com/onemanking/the-operator --skill playtest-report-onemanking

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Playtest feedback often arrives as scattered, unstructured notes that are hard to compare across sessions or act on. This Skill standardizes playtest feedback collection by generating a consistent report template and converting raw tester notes into structured, prioritized findings. ## Core Features & Use Cases - Template Generation: Produces a complete playtest report template covering session info, first impressions, gameplay flow, bugs, quantitative data, and top priorities. - Notes Analysis: Reads raw playtest notes, cross-references them with existing design documents, and fills the template with structured findings. - Design Conflict Detection: Flags playtest observations that conflict with stated design intent. - Use Case: After a game testing session for a Phaser-based simulation game, feed the tester's raw notes into the Skill to produce a structured report with severity-rated pain points and a prioritized list of the top three issues to fix. ## Quick Start Ask the assistant to create a new playtest report or analyze your existing playtest notes file into a structured report.

Frequently Asked Questions about playtest-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure playtest feedback for a game?

Use a standardized playtest report template covering session info, first impressions, gameplay flow, pain points with severity ratings, bugs, and top priorities. This Skill generates that template on demand and keeps feedback consistent across sessions.

How to analyze raw playtest notes into a report?

Invoke the Skill with the analyze option and a path to your raw notes file. It reads the notes, cross-references existing design documents, and fills the structured template with findings, flagging anything that conflicts with design intent.

What should a playtest report template include?

A complete template includes session metadata, test focus, first impressions, what worked, pain points with severity, confusion points, bugs in a table, feature-specific feedback, quantitative data, overall assessment, and the top three priorities from the session.

Can playtest analysis detect conflicts with design intent?

Yes. When analyzing notes, the Skill cross-references observations against existing design documents and explicitly flags any playtest findings that contradict the intended design, helping teams spot misaligned features early.

When should I use a structured playtest report instead of freeform notes?

Use structured reports when comparing feedback across multiple testers or sessions, tracking bugs with severity, or prioritizing fixes. Freeform notes work for quick capture but make trends and priorities hard to identify.