AgentSkillsCN

integration-check

验证游戏各系统之间的连接是否正确无误。检查信号连接、自动加载引用、资源路径以及跨系统依赖关系。在构建多个系统之后,通过此功能确保各系统能够顺畅集成,避免出现兼容性问题。

SKILL.md
--- frontmatter
name: integration-check
description: Verify that game systems are properly wired together. Checks signal connections, autoload references, resource paths, and cross-system dependencies. Use after building multiple systems to ensure they integrate correctly.
argument-hint: [system-name or "all"]

Integration Check

Invoke the integration-checker subagent to verify system integration.

Target: $ARGUMENTS

Call the integration-checker tool:

code
integration-checker(objective="Check integration for: $ARGUMENTS. If no target given, check ALL systems. Verify autoloads, signal wiring, cross-system dependencies, resource paths, scene-system integration, and data layer consistency.")

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

  • Integration score
  • Any critical wiring issues
  • Dependency graph (especially circular dependencies)