Skip to content
Agent Orchestration
Skill

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

From plugin
vmark
49819 skills9 agents7 commands2 MCP
Install
$ npx -y skills add xiaolai/vmark --skill release-gate --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/release-gate

Context preview

The summary Claude sees to decide when to auto-load this skill.

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.

SKILL.md

release-gate.SKILL.md
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.
Ships withvmark

The Plain-Text Workspace Where Humans and AI Collaborate Free. Local-first. Format-aware. VMark is the plain-text workspace where humans and AI collaborate.

Get the whole plugin