pre-ship-gate

Installation
SKILL.md

Pre-Ship Gate

Overview

Most bad deploys do not fail loudly. The pipeline goes green, the CLI prints "deployed", and the old or broken version is still what users hit. This skill is the gate you run right before a production deploy and right after, so an agent stops trusting deploy output and starts confirming what is actually live. It exists because "the deploy command exited 0" and "the new version is serving traffic" are two different facts, and agents routinely confuse them.

When to Use This Skill

  • Use before running any command that pushes to a production or staging environment.
  • Use when an agent is about to report "shipped", "deployed", or "live".
  • Use when a deploy reported success but users still see the old behavior.
  • Use when a release involves database migrations, feature flags, or a staged rollout.

How It Works

The gate has three phases. Do not skip to phase 3.

Phase 1: Pre-flight (before the deploy runs)

Installs
2
GitHub Stars
45.3K
First Seen
1 day ago
pre-ship-gate — sickn33/agentic-awesome-skills