game-playtest

作成者: openai

ブラウザゲームのプレイテストとフロントエンドQAを実行します。スモークテスト、スクリーンショットベースの検証、ブラウザ自動化、HUDやオーバーレイのレビューなどをユーザーが依頼した場合に使用します。

npx skills add https://github.com/openai/plugins --skill game-playtest

Game Playtest

Overview

Use this skill to test browser games the way players experience them: through boot, input, scene transitions, HUD readability, and visual state changes. Prefer browser automation and screenshot review when the project supports it.

Preferred Workflow

  1. Boot the game and confirm the first actionable screen.
  2. Exercise the main verbs.
  3. Capture screenshots from representative states.
  4. Check the UI layer independently from the render layer.
  5. Report findings in severity order with reproduction steps.

Tooling Guidance

  • Prefer Playwright or equivalent browser automation already available in the repo.
  • When the game is canvas or WebGL heavy, screenshots are mandatory because DOM assertions alone miss visual regressions.
  • Use screenshots to judge playfield obstruction and HUD weight, not just correctness of text or layout.
  • When deterministic automation is not practical, do a structured manual pass and capture evidence.
  • For 3D rendering bugs or unexplained frame cost, use SpectorJS and browser performance tooling rather than guessing from code alone.

Common Checks

2D checks

  • sprite alignment and baseline consistency
  • hit or hurt animation readability
  • HUD overlap with the playfield
  • command menu state changes
  • tile or platform readability
  • input-state feedback and turn-state clarity

3D checks

  • first-load playability versus dashboard-like chrome
  • persistent overlay weight versus playfield visibility
  • camera control and camera reset behavior
  • pointer-lock or drag-look transitions when menus and overlays open
  • depth readability and silhouette clarity
  • secondary panels collapsed or dismissible during normal play
  • resize behavior
  • WebGL context loss or renderer fallback behavior
  • material or lighting regressions
  • GLB or texture streaming stalls
  • collision proxy or physics mismatch
  • performance cliffs tied to post-processing or asset load

Responsive and Browser Checks

  • desktop and mobile viewport sanity
  • safe-area and notch issues where relevant
  • reduced-motion behavior for UI transitions
  • keyboard, pointer, and pause-state handling
  • React state and scene state synchronization when the project uses React Three Fiber

Reporting Standard

Lead with findings. Keep each finding concrete:

  • what the user sees
  • how to reproduce it
  • why it matters
  • what likely subsystem owns it

References

  • Shared architecture: ../web-game-foundations/SKILL.md
  • Frontend review cues: ../game-ui-frontend/SKILL.md
  • 3D debugging notes: ../../references/webgl-debugging-and-performance.md
  • Full checklist: ../../references/playtest-checklist.md

openaiのその他のスキル

user-context
openai
Data Analyticsプラグインの永続的なソースルーティング設定、オンボーディングロジック、セットアップ進捗、およびセマンティックレイヤーレジストリを読み込むか管理します。
official
notion-research-documentation
openai
Notionのコンテンツを調査し、構造化されたブリーフ、レポート、または引用付きの比較にまとめます。対象クエリを使用してNotionページを検索・取得し、テーマごとに調査結果を整理し、インラインのソース引用と参考文献セクションを追加します。範囲とユーザーの目的に応じて、4つの出力形式(クイックブリーフ、調査サマリー、比較、包括的レポート)から選択します。組み込みテンプレートを使用してNotionページを作成・更新し、新しい情報が到着するたびにソースを直接リンクし、変更を追跡します...
official
rcsb-pdb-skill
openai
コアメタデータ、Search APIクエリ、FASTAダウンロードのためのコンパクトなRCSB PDBリクエストを送信します。ユーザーが簡潔なRCSBサマリーを希望する場合に使用し、生のJSONや…を保存します。
official
pdf
openai
PDFの読み取り、作成、検証(視覚的レンダリングおよびプログラムによる生成を含む)。Poppler(pdftoppm)を使用して、納品前にレイアウト、スペーシング、タイポグラフィを視覚的に検査するためにPDFページをPNGにレンダリング。reportlabを使用してプログラム的にPDFを生成し、信頼性の高いフォーマットを実現。pdfplumberまたはpypdfを使用してテキストとメタデータを抽出。品質基準を遵守:テキストのクリッピングなし、要素の重なりなし、テーブルの破損なし、レンダリングアーティファクトなし。ASCIIハイフンのみ、人間が読める引用を使用。
official
test-coverage-improver
openai
Improve test coverage in the OpenAI Agents JS monorepo: run `pnpm test:coverage`, inspect coverage artifacts, identify low-coverage files and branches, propose…
official
playwright
openai
ターミナル駆動のブラウザ自動化で、要素スナップショットとインタラクティブなUIワークフローを備えています。playwright-cliラッパースクリプト(npxが必要)を介して動作し、ヘッドレスモードとヘッドモードの両方をサポートし、ビジュアルデバッグが可能です。コアワークフローは、ページを開き、安定した要素参照のためにスナップショットを取得し、参照を使用して操作し、ナビゲーションやDOM変更後に再スナップショットを取得します。フォーム入力、クリック、タイピング、マルチタブ管理、スクリーンショット/PDFキャプチャ、フローデバッグ用のトレース記録を含みます。要素参照(例:e3、e15)...
official
ukb-topmed-phewas-skill
openai
単一バリアントのコンパクトなUKB-TOPMed PheWASサマリーを取得します。rsID、GRCh37、またはGRCh38の入力を受け付け、必要なGRCh38クエリに解決します。以下の場合に使用します…
official
code-review-context
openai
モデル可視コンテキスト
official