release

Orchestrate Gaze releases with pre-flight gates and explicit user authorization.

5|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/CertaMesh/gaze --skill release-certamesh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release
Source: https://github.com/CertaMesh/gaze/tree/main/.claude/skills/release
Command: npx skills add https://github.com/CertaMesh/gaze --skill release-certamesh

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrate end-to-end Gaze releases with pre-flight gates, explicit user authorization, and correct tagging and publishing workflows, ensuring compliance and auditable handoffs.

Core Features & Use Cases

  • Pre-flight gates: green checks before tagging or publishing.
  • Tagging & publishing workflows: explicit lock signals to trigger release steps.
  • Post-tag verification & escalation: automatic verification, rollback readiness, and incident rules.
  • Use case: when preparing a new Gaze version, run this skill to validate the merge state, finish all gates, and publish artifacts only after approval.

Quick Start

Initiate a release only after the pre-flight gates are green and the user has provided an explicit lock signal.

Frequently Asked Questions about release

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate git release orchestration with pre-flight validation and tagging?

Git release orchestration is automated by enforcing green pre-flight gates, explicit user authorization, and correct tagging workflows before publishing. This ensures merge states are validated and artifacts are published only after approval.

What is a pre-flight gate in CI release workflows?

A pre-flight gate in CI release workflows is a validation check that must pass green before tagging or publishing begins. It validates version pins, merge states, and explicit user lock signals to ensure release readiness.

How do I enforce explicit user authorization before publishing to GitHub and crates.io?

Explicit user authorization is enforced through lock signals that must be satisfied before triggering release steps. The workflow requires these signals alongside green pre-flight checks before executing any tagging or publishing actions.

Can I use this release orchestration workflow for both git tag pushes and artifact publishing?

Yes, release orchestration covers both cut releases and tag pushes alongside publishing across GitHub and crates.io. It applies pre-flight gates, tag authorization, post-tag verification, and rollback readiness to the entire workflow.

What happens during post-tag verification in a release workflow?

Post-tag verification automatically validates the release state after tagging, ensuring rollback readiness and incident escalation rules are in place. It also confirms audit-friendly release notes and scratchpad updates are completed.

When should I not use automated release orchestration for version publishing?

Automated release orchestration should not proceed when pre-flight checks are not green or explicit user lock signals are absent. Counter-pattern safety rules halt the workflow if validation, version pin checks, or authorization requirements are unmet.