gate-check

Inspect repository structure and report missing artifacts for CI/CD gates 0 through 5.

10|5|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SylvainChabaud/spec-to-code-factory --skill gate-check-sylvainchabaud
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gate-check
Source: https://github.com/SylvainChabaud/spec-to-code-factory/tree/main/.claude/skills/gate-check
Command: npx skills add https://github.com/SylvainChabaud/spec-to-code-factory --skill gate-check-sylvainchabaud

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Verify that a chosen gate in the CI/CD pipeline is satisfied before proceeding, by checking required artifacts and configurations.

Core Features & Use Cases

  • Gate validation across gates 0 through 5 to ensure prerequisites are met before progression.
  • Automatic reporting of missing files or sections to speed up remediation.
  • Workflow integration to halt or continue the pipeline based on gate status in automated environments.

Quick Start

Run a gate check against a specific gate to validate the current state.

Frequently Asked Questions about gate-check

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

FAQPage Schema
How do I validate CI/CD pipeline gates before proceeding to the next stage?

To validate CI/CD pipeline gates, run a gate check against the designated stage to verify required artifacts and rules are satisfied. This applies to gates 0 through 5 across requirements, BREAK, MODEL, planning, build, and QA stages.

What is a gate check in a CI/CD pipeline?

A gate check in a CI/CD pipeline is a validation mechanism that verifies designated gates have required artifacts and configurations before progression. It inspects the repository structure to ensure prerequisites across gates 0 through 5 are fully met.

How do I automate gate validation to halt or continue my CI/CD workflow?

You can automate gate validation by integrating a Node.js script into your CI/CD workflow to inspect repository structure. The script reports missing elements, allowing the pipeline to halt or continue based on the gate status.

Does gate validation work with Node.js to inspect repository structure?

Yes, gate validation works with Node.js by executing a script located at tools/gate-check.js. This script inspects the repository structure to automatically report missing files or sections required by the designated gate.

Can I use gate checks for both build and QA stages in my pipeline?

Yes, you can use gate checks for build and QA stages, as well as requirements, BREAK, MODEL, and planning stages. It validates gates 0 through 5 to ensure prerequisites are met before pipeline progression.

Why does my pipeline gate check report missing elements in the repository?

A pipeline gate check reports missing elements because the designated gate validation inspects the repository structure against required artifacts and rules. It automatically identifies missing files or sections to speed up remediation before proceeding.