gate-check

Validate project readiness between development phases using required artifacts and quality standards.

23.7k|3.4k|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill gate-check-donchitos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/Donchitos/Claude-Code-Game-Studios/tree/main/.claude/skills/gate-check
Command: npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill gate-check-donchitos

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the validation of project readiness to advance between development phases, ensuring all necessary artifacts are present and quality standards are met.

Core Features & Use Cases

  • Phase Gate Validation: Checks for required artifacts (e.g., GDDs, ADRs, code) and quality standards (e.g., tests passing, performance targets).
  • Automated & Manual Checks: Verifies what it can automatically and prompts the user for manual verification of subjective criteria.
  • Use Case: Before a game studio can move from Alpha to Beta, this skill can be run to confirm that all core mechanics are implemented, tests are passing, and no critical bugs remain, providing a clear go/no-go recommendation.

Quick Start

Run the gate-check skill to validate readiness for the production phase.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I validate project readiness before moving to the next development phase?

To validate project readiness, a gate check verifies required artifacts like GDDs and ADRs exist, checks if tests are passing, and prompts for manual verification of subjective criteria before providing a go/no-go recommendation.

What artifacts are required for a phase gate check from Alpha to Beta?

For a phase gate check from Alpha to Beta, required artifacts include implemented core mechanics and passing tests, while the system also prompts you to manually verify that no critical bugs remain before approval.

Can I automate release readiness checks for subjective quality criteria?

You cannot fully automate release readiness checks for subjective criteria; the skill verifies file existence and test execution automatically using Glob, Read, and Bash, but prompts the user for manual verification of subjective quality standards.

Does the gate check process support validation from concept through release?

Yes, the gate check process supports validation from concept through release, specifically covering Concept to Pre-production, Pre-production to Production, Production to Alpha, Alpha to Beta, and Beta to Release transitions.

What is the best way to ensure no critical bugs remain before a phase transition?

The best way to ensure no critical bugs remain before a phase transition is to run a gate check that executes tests via Bash and prompts you to manually verify bug status, yielding a clear go/no-go recommendation.

What are the limitations of automated artifact validation during development phases?

The limitation of automated artifact validation is that it only checks file existence, content, and test execution, requiring manual user input to verify subjective criteria and confirm overall release readiness.