← スキル一覧に戻る

mova-run-gates-wrapper
by Leryk1981
⭐ 0🍴 0📅 2026年1月14日
SKILL.md
name: "MOVA: run gates (wrapper)" description: "Runs npm validate/test/smoke gates and emits a JSON gate report with log paths." when_to_use:
- "Need fresh validation/test/smoke evidence before merging or handing off to Ops" inputs:
- kind: none schema: "n/a (drives repo npm scripts directly)" outputs:
- kind: json schema: "artifacts/run_gates//run_gates_report.json" deterministic: true
Command
node .codex/skills/mova_run_gates/scripts/run.mjs
Notes
- Wrapper runs
npm run validate,npm test, andnpm run smoke:wf_cycle, storing logs underartifacts/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.
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です