# Release Gate

> 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. Use when this capability is needed.

- Skill: `tomevault-io/release-gate` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/release-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/release-gate/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/release-gate

---


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

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/xiaolai) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

