Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

review-game评论游戏

Agent Skill

review-game 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,247

周安装

305

GitHub Stars

109

下载量

2,538
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:review-game(评论游戏)
来源仓库:https://github.com/opusgamelabs/game-creator
仓库路径:skills/review-game
安装命令:
npx skills add https://github.com/opusgamelabs/game-creator --skill review-game
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/opusgamelabs/game-creator --skill review-game

简介

review-game 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,注意是否触发联网或文件操作。
  • 建议结合原始 README 核验具体用法和功能边界。

SKILL.md

Performance Notes

  • Take your time to do this thoroughly
  • Quality is more important than speed
  • Do not skip validation steps

Review Game

Analyze an existing game codebase and provide a structured review. This is the final step in the pipeline — it checks everything is wired up correctly and gives you a quality score.

Instructions

Analyze the game at $ARGUMENTS (or the current directory if no path given).

Step 1: Identify the game

  • Detect the engine (Three.js, Phaser, or other)
  • Read package.json for dependencies and scripts
  • Read the main entry point and index.html
  • Identify the game concept/genre

Step 2: Architecture Review

Check for these required patterns and report compliance:

  • EventBus: Is there a centralized event system? Are modules decoupled?
  • GameState: Is there a centralized state singleton?
  • Constants: Are config values centralized or scattered as magic numbers?
  • Orchestrator: Is there a main Game class that initializes everything?
  • Directory Structure: Is code organized into core/systems/gameplay/ui/level layers?
  • Event Constants: Are events defined as named constants or raw strings?

Step 3: Performance Review

Check for common issues:

  • Delta time capping: Is getDelta() capped to prevent death spirals?
  • Object pooling: Are temp objects reused in hot loops?
  • Resource disposal: Are Three.js geometries/materials/textures disposed?
  • Event cleanup: Are event listeners cleaned up on scene transitions?
  • Asset loading: Are assets preloaded with progress feedback?

Step 4: Code Quality

  • No circular dependencies: Modules flow one direction
  • Single responsibility: Each module has one clear job
  • Error handling: Event handlers wrapped in try/catch
  • Consistent naming: Events use domain:action, files use PascalCase

Step 5: Monetization Readiness

  • Points system: Is there a scoring/points mechanism?
  • Session tracking: Can game sessions be identified?
  • Anti-cheat potential: Is score validation server-side or at least structured for it?
  • Play.fun integration: Any existing SDK integration?

Output Format

Provide a structured report with:

  1. Game Overview - What the game is, tech stack, game loop
  2. Architecture Score (out of 6 checks)
  3. Performance Score (out of 5 checks)
  4. Code Quality Score (out of 4 checks)
  5. Monetization Readiness (out of 4 checks)
  6. Top Recommendations - Prioritized list of improvements with plain-English explanations
  7. What's Working Well - Positive findings

Example Usage

/review-game examples/flappy-bird

Result: Architecture 6/6, Performance 4/5, Code Quality 4/4, Monetization 2/4 → Top recommendations: add Play.fun SDK, add object pooling for pipes, add delta time capping. Positive findings: clean EventBus usage, proper GameState reset, well-organized directory structure.

Next Step

Tell the user:

Your game has been through the full pipeline! Here's what you have: - Scaffolded architecture (/make-game) - Visual polish (/design-game) - Music and sound effects (/add-audio) - Automated tests (/qa-game) - Architecture review (/review-game) What's next? - Add new gameplay features with /game-creator:add-feature [description] - Deploy to the web — run npm run build && ~/.agents/skills/here-now/scripts/publish.sh dist/ for instant hosting, or use GitHub Pages, Vercel, Netlify, itch.io - Keep iterating! Run /design-game, /add-audio, or /review-game again anytime after making changes.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

38.22%
按下载量换算970

Claude

30.32%
按下载量换算770

Cursor

18.65%
按下载量换算473

Gemini CLI

9.57%
按下载量换算243

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills