返回 Skill 列表
extension
分类: 开发与工程无需 API Key

"MOVA: run gates (wrapper)"

运行npm验证/测试/冒烟测试,并生成包含日志路径的JSON测试报告。

person作者: jakexiaohubgithub

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.