AgentSkillsCN

playtest-check

在游戏正式上线前,通过预测试验证功能,提前排查常见问题。系统会自动扫描是否存在断开的引用、缺失的资源、脚本错误或集成隐患,为游戏的顺利运行保驾护航。

SKILL.md
--- frontmatter
name: playtest-check
description: Pre-playtest validation that checks for common issues before running the game. Scans for broken references, missing resources, script errors, and integration problems.

Pre-Playtest Validation Check

Invoke the playtest-checker subagent to scan the project for issues before playtesting.

Call the playtest-checker tool:

code
playtest-checker(objective="Run a full pre-playtest validation check on the game/ directory. Check file structure, script compilation, scene references, autoloads, signals, JRPG-specific issues, and performance anti-patterns.")

After the agent returns its report, summarize the key findings for the user:

  • Pass/warning/error counts
  • Any critical issues that would prevent the game from running
  • Performance warnings worth addressing