release-gate

star 384

Run VMark release gates and summarize results. Use when asked to run full quality gates (lint/test/build), verify readiness, or produce a gate report.

xiaolai By xiaolai schedule Updated 2/18/2026

name: release-gate description: Run VMark release gates and summarize results. Use when asked to run full quality gates (lint/test/build), verify readiness, or produce a gate report.

Release Gate

Overview

Run the full VMark gate (pnpm check:all) and summarize outcomes.

Workflow

  1. Confirm current branch and dirty state (git status -sb).
  2. Run the full gate:
    • pnpm check:all
    • Or run individual steps: pnpm lint && pnpm test && pnpm build
  3. If failures occur, capture the first error block and stop.
  4. Report:
    • Which steps ran (lint/test/build)
    • Pass/fail status
    • Key errors and next actions

Notes

  • Prefer the full gate over partial commands unless asked.
  • Do not run interactive dev servers.
Install via CLI
npx skills add https://github.com/xiaolai/vmark --skill release-gate
Repository Details
star Stars 384
call_split Forks 54
navigation Branch main
article Path SKILL.md
More from Creator