MOVA: run gates (wrapper)

Runs npm validate/test/smoke gates and emits a JSON gate report with log paths.

majiayu000 db3c8b4 2 files · 853 B Updated 567 repo stars

File contents

Command

node .codex/skills/mova_run_gates/scripts/run.mjs

Notes

  • Wrapper runs npm run validate, npm test, and npm run smoke:wf_cycle, storing logs under artifacts/run_gates/<timestamp>/.
  • The JSON report contains status/duration/log path per gate and is also saved next to the logs for evidence uploads.
  • If a step fails the remaining gates are marked skipped; fix the failure before relaunching for a clean PASS sweep.

majiayu000/claude-skill-registry-data/tree/main/data/mova-run-gates commit db3c8b44ed

Frequently asked questions

npx skillmds add majiayu000/mova-run-gates-wrapper