gate-check

Automate project-stage gate checks and output PASS, CONCERNS, or FAIL verdicts.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/rakhnianskii9/God-Godot --skill gate-check-rakhnianskii9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/rakhnianskii9/God-Godot/tree/main/.github/skills/gate-check
Command: npx skills add https://github.com/rakhnianskii9/God-Godot --skill gate-check-rakhnianskii9

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a prescriptive, automated gate-check to validate whether a development project is ready to advance to the next phase, delivering a formal PASS, CONCERNS, or FAIL verdict along with required blockers and artifacts.

Core Features & Use Cases

  • Phase-gate validation across all standard production stages (Concept → Systems Design → Technical Setup → Pre-Production → Production → Polish → Release).
  • Artifact presence and quality gate checks with explicit blockers and recommended actions.
  • Auto-detection of the current stage, user confirmation prompts, and structured next-step guidance via a Director Panel.
  • Writes the new stage name to production/stage.txt when a gate passes to reflect the updated status.

Quick Start

Ask gate-check to validate readiness for the next phase, optionally specifying a target like production, and review the resulting verdict and blockers.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I automate phase-gate readiness checks for a multi-stage project pipeline?

You can automate phase-gate readiness checks by validating artifact presence and quality gates, which outputs a PASS, CONCERNS, or FAIL verdict detailing specific blockers and required actions.

What is phase-gate validation in game development production stages?

Phase-gate validation in game development is a formal readiness check determining if a project can advance across standard production stages, spanning from Concept through Release.

How do I verify required artifacts before advancing a project to the production phase?

To verify required artifacts before advancing to the production phase, you run a gate-check that enumerates definitions, detects the current stage, and lists any missing deliverables as explicit blockers.

Does phase-gate validation support cross-domain reviews for milestone approvals?

Yes, phase-gate validation supports cross-domain reviews by providing structured next-step guidance via a Director Panel and updating the stage status file upon a successful gate pass.

What happens when a project fails an artifact verification gate check?

When a project fails an artifact verification gate check, it outputs a FAIL verdict detailing specific blockers and recommended actions to guide the required remediation before re-evaluation.