gate-check

Validate game project readiness for development phase transitions.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill gate-check-lekay
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/gate-check
Command: npx skills add https://github.com/LeKay/ai-game --skill gate-check-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Ensures that a game development project meets essential criteria before advancing to the next phase, reducing the risk of project failure due to unpreparedness.

Core Features & Use Cases

  • Phase Validation: Checks if the project is ready to transition from one development phase to another.
  • Artifact Existence: Verifies the presence of necessary documents and files to proceed.
  • Quality Standards: Ensures that established quality standards are met.
  • Blocker Identification: Identifies any issues or blockers that need to be resolved before advancing.
  • Use Case: When a user inquires, "Can we move to production?" or "Are we ready for the next phase?", the skill provides a formal verdict and detailed feedback.

Quick Start

Run the gate-check skill with the target phase you want to validate. For example, /gate-check production

Frequently Asked Questions about gate-check

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate game project readiness before moving to production?▼

You validate game project readiness by running a phase transition check that verifies required documents, quality standards, and blockers to provide a formal PASS, CONCERNS, or FAIL verdict.

What is a development phase transition check in game development?▼

A development phase transition check ensures a game project meets essential criteria before advancing phases, reducing the risk of project failure due to unpreparedness for stages like pre-production or release.

How do I check for missing artifacts before advancing to the next development phase?▼

You check for missing artifacts by validating artifact existence through automated file checks and YAML parsing, which verifies the presence of necessary documents and files required to proceed.

Can I use automated checks for quality standards across all game development phases?▼

You can use automated file checks for quality standards across phases like concept, systems design, and production, but the validation also requires user question-asking to handle non-automated checks.

What is the best way to identify blockers before a phase transition?▼

The best way to identify blockers before a phase transition is to perform a project readiness validation that checks for unresolved issues and outputs a detailed feedback report with a formal verdict.

When do I need YAML parsing for project readiness validation?▼

You need YAML parsing for project readiness validation when checking the existence of required configuration files and documents to ensure technical setup and systems design meet phase advancement criteria.