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

Больше skills от openai

user-context
openai
Загрузить или управлять настройками постоянной маршрутизации источников, логикой онбординга, прогрессом настройки и реестром семантического слоя плагина Data Analytics.
official
notion-research-documentation
openai
Исследовать содержимое Notion и синтезировать в структурированные брифинги, отчёты или сравнения с цитированием. Выполнять поиск и извлекать страницы Notion с помощью целевых запросов, затем организовывать результаты по темам с встроенными ссылками на источники и разделом ссылок. Выбирать из четырёх форматов вывода (краткий брифинг, исследовательская сводка, сравнение, комплексный отчёт) в зависимости от объёма и цели пользователя. Создавать и обновлять страницы Notion с помощью встроенных шаблонов; напрямую связывать источники и отслеживать изменения по мере поступления новой информации...
official
rcsb-pdb-skill
openai
Отправляйте компактные запросы RCSB PDB для получения основной метаданных, запросов Search API и загрузок FASTA. Используйте, когда пользователю нужны краткие сводки RCSB; сохраняйте сырой JSON или…
official
pdf
openai
Чтение, создание и проверка PDF с визуальным рендерингом и программной генерацией. Рендеринг страниц PDF в PNG для визуального контроля макета, интервалов и типографики перед отправкой с помощью Poppler (pdftoppm). Программная генерация PDF с reportlab для надежного форматирования; извлечение текста и метаданных с помощью 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); поддерживает headless и headed режимы для визуальной отладки. Основной процесс: открыть страницу, сделать снимок для стабильных ссылок на элементы, взаимодействовать с помощью ссылок, повторно снимать после навигации или изменений DOM. Включает заполнение форм, клики, ввод текста, управление несколькими вкладками, создание скриншотов/PDF и запись трассировки для отладки процессов. Ссылки на элементы (например, e3, e15)...
official
ukb-topmed-phewas-skill
openai
Получает компактные сводки UKB-TOPMed PheWAS для отдельных вариантов, принимая rsID, GRCh37 или GRCh38 и преобразуя в требуемый запрос GRCh38. Используйте, когда…
official
code-review-context
openai
Видимый контекст модели
official