# MOVA: run gates (wrapper)

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

- Skill: `majiayu000/mova-run-gates-wrapper` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds add majiayu000/mova-run-gates-wrapper`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/mova-run-gates-wrapper/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/majiayu000/mova-run-gates-wrapper

---


## 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.

