Skip to content

Add pre-ship-gate skill#1343

Open
Sharrmavishal wants to merge 3 commits into
anthropics:mainfrom
Sharrmavishal:add-operating-method-skill
Open

Add pre-ship-gate skill#1343
Sharrmavishal wants to merge 3 commits into
anthropics:mainfrom
Sharrmavishal:add-operating-method-skill

Conversation

@Sharrmavishal

@Sharrmavishal Sharrmavishal commented Jun 22, 2026

Copy link
Copy Markdown

A structured pre-ship safety gate that runs immediately before any production deployment.

When to use: right before merging to main or triggering a production deploy.

What it does:

Runs two things in sequence:

  1. Pre-flight checklist (Backup / Ownership / Blast-radius / Mechanism-tested / Memory) — the five questions that separate "we think it will work" from "we confirmed it will work"

  2. Silent failure mode scan — checks for the five failure modes that pass every local test and surface only in production:

    • Migrations requiring a manual prod apply step
    • Feature gates inverted between staging and prod
    • Build caches serving a stale artifact while reporting success
    • Release pointers (tags, manifest versions) that weren't bumped
    • Staged rollouts where the health check hit the canary, not the full fleet

Output: a GO / NO-GO verdict with specific findings for each item. If it is a no-go, the finding includes the exact issue and the fix needed before shipping.

File: skills/pre-ship-gate/SKILL.md — self-contained gate protocol, pre-flight checklist, silent failure scan, and verdict format.

Source: operating-kit — MIT licensed. Each gate in the checklist came from a real production failure.

Made with Cursor

Sharrmavishal and others added 2 commits June 22, 2026 21:57
Activates a disciplined builder + strategic-vetting operating mode with
hard gates: permission discipline, production pre-flight, scratch-test
before prod, milestone gate, verify-don't-infer, and a block + reframe
protocol. Includes code-change discipline, deploy discipline, production
incident protocol, and a catalog of silent failure modes to scan before
deploying.

From https://github.com/Sharrmavishal/operating-kit (MIT)

Co-authored-by: Cursor <cursoragent@cursor.com>
The original submission was a behavioral operating mode, which doesn't
fit the skills paradigm (task-oriented, invoked for a specific need).

pre-ship-gate is a concrete task skill: it runs a structured gate
immediately before any production deploy, scans for the five silent
failure modes (migrations, feature gates, build caches, release
pointers, staged rollouts), and delivers a go/no-go with findings.

Files:
- SKILL.md — gate protocol and verdict format
- checklist.md — B/O/B/M/M pre-flight checklist (supporting asset)

Source: https://github.com/Sharrmavishal/operating-kit (MIT)
Co-authored-by: Cursor <cursoragent@cursor.com>
@Sharrmavishal Sharrmavishal changed the title Add operating-method skill Add pre-ship-gate skill Jun 22, 2026
Avoids any ambiguity about file access — everything needed to run
the gate is now in a single self-contained file, consistent with
how mcp-builder and other single-file skills are structured.

Co-authored-by: Cursor <cursoragent@cursor.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant