AgentSkillsCN

scene-audit

定期审视项目的场景与脚本架构,确保其符合 Godot 的最佳实践。通过检查场景组织方式、依赖关系图、信号模式以及组件化设计,及时发现并解决潜在的架构问题,防患于未然。

SKILL.md
--- frontmatter
name: scene-audit
description: Audit the project's scene and script architecture for Godot best practices. Checks scene organization, dependency graph, signal patterns, and composition. Use periodically to catch architectural issues early.
argument-hint: [directory-or-file]

Scene Architecture Audit

Invoke the scene-auditor agent to perform a comprehensive architecture audit.

Target: $ARGUMENTS

Run this command:

code
Task(subagent_type="scene-auditor", prompt="Audit scene architecture at: $ARGUMENTS. If no target given, audit the entire game/ directory.")

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

  • Overall health rating
  • Any HIGH priority recommendations
  • Dependency graph issues (especially circular dependencies)