MOVA: run gates (wrapper)

Runs npm validate, test and smoke gates sequentially with JSON report output.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Leryk1981/mova_wf_cycle --skill mova-run-gates-wrapper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: MOVA: run gates (wrapper)
Source: https://github.com/Leryk1981/mova_wf_cycle/tree/main/.codex/skills/mova_run_gates
Command: npx skills add https://github.com/Leryk1981/mova_wf_cycle --skill mova-run-gates-wrapper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Provides a deterministic sweep of gates (validate, test, smoke) and emits a JSON gate report detailing status and artifact paths.

Core Features & Use Cases

  • Gates runner: Runs npm validate, npm test, and npm run smoke:*.
  • Evidence artifacts: Surface logs and per-step results in artifacts/run_gates.
  • Failure handling: If a step fails, remaining steps are skipped with a clear report.

Quick Start

Run the wrapper and review artifacts/run_gates for a per-step JSON report.