跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Game Code Review

技能 已验证 活跃

Invoke when the user wants a game-specific code review, architecture check, or technical analysis of game code. Covers frame independence, hot path performance, state machine integrity, and resource lifecycle. Triggers on: "code review", "review my code", "check architecture", "game code quality". Do NOT invoke for design document review (use game-design-review) or general sprint planning (use game-sprint-plan). Part of the AlterLab GameForge collection.

目的

To provide expert-level, game-specific code reviews and architectural checks, ensuring high-quality, performant, and maintainable game code.

功能

  • Game-specific code review
  • Architecture analysis
  • Performance auditing
  • State machine integrity checks
  • Resource lifecycle analysis
  • AI-generated code pattern detection
  • Integration with MCP servers (GitHub, Context7, Engine MCPs)

使用场景

  • Reviewing game code before merging features
  • Debugging performance issues and frame rate drops
  • Ensuring game behavior is consistent across different frame rates
  • Identifying and fixing state management bugs
  • Promoting prototype code to production quality
  • Onboarding new developers to code quality standards

非目标

  • Reviewing design documents (use game-design-review)
  • General sprint planning (use game-sprint-plan)
  • Reviewing non-game specific code without game context
  • Providing generic code style suggestions without game impact

工作流

  1. Architecture Overview: Map systems, dependencies, and patterns
  2. Game-Specific Checks: Delta Time Usage, Hot Path Allocations, State Management, Frame-Rate Independence, Resource Cleanup, Dependency Direction, Data-Driven Values, Input Handling, Concurrency Safety, AI Code Anti-Patterns, Magic Numbers
  3. Standard Code Quality Checks: Naming, organization, error handling, documentation, tests, duplication, dead code
  4. Output Report: Structured findings with severity and recommendations

实践

  • Game-specific checks first
  • Context-aware severity
  • Measure, do not guess
  • Engine idioms matter
  • Gameplay values in data, not code
  • Input handling abstraction

先决条件

  • Claude Code or Claude Projects environment
  • Access to game code files
  • Optional: Connected MCP servers for enhanced analysis

安装

npx skills add AlterLab-IEU/AlterLab_GameForge

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交about 2 months ago
星标11
许可证MIT
状态
查看源代码

类似扩展

Game Ci Pipeline

99

Invoke to set up CI/CD pipelines for game builds -- automated testing, build pipelines, and deployment to Steam, itch.io, or Epic. Triggers on: "CI", "CD", "pipeline", "automated build", "deploy", "Steam deploy", "itch.io butler", "GitHub Actions game", "build automation". Do NOT invoke for general code review (use game-code-review) or manual testing guidance (use game-qa-lead). Part of the AlterLab GameForge collection.

技能
AlterLab-IEU

Agent Reviewer

99

Agent skill for reviewer - invoke with $agent-reviewer

技能
ruvnet

Game Developer

98

Use when building game systems, implementing Unity/Unreal Engine features, or optimizing game performance. Invoke to implement ECS architecture, configure physics systems and colliders, set up multiplayer networking with lag compensation, optimize frame rates to 60+ FPS targets, develop shaders, or apply game design patterns such as object pooling and state machines. Trigger keywords: Unity, Unreal Engine, game development, ECS architecture, game physics, multiplayer networking, game optimization, shader programming, game AI.

技能
jeffallan

Codex PR Review

100

Revisa pull requests en proyectos Drupal 11 (u otro) siguiendo la metodología Codex (lógica de negocio, edge cases de hooks/queries, seguridad, performance, completitud). Genera un informe .md en la carpeta del IDE detectado (.antigravity/, .cursor/, .vscode/ o docs/) con hallazgos por severidad y soluciones accionables. Usar cuando el usuario pida "revisión Codex", "revisión de PR", "revisar PR", "revisar PR"

技能
j4rk0r

Unity Mcp Orchestrator

100

通过 MCP(模型上下文协议)工具和资源编排 Unity 编辑器。在通过 MCP for Unity 处理 Unity 项目时使用——创建/修改 GameObjects、编辑脚本、管理场景、运行测试或任何 Unity 编辑器自动化。提供最佳实践、工具模式和工作流模式,以实现有效的 Unity-MCP 集成。

技能
CoplayDev

Mcp Source

100

切换已连接 Unity 项目中的 MCP for Unity 包源。使用 /mcp-source [main|beta|branch|local] 在上游发行版、远程分支或本地开发检出之间进行切换。

技能
CoplayDev