Pre-Ship Gate — OpenClaw

Run this skill before any production deploy (webhook handler, critical script, service restart).

Steps

  1. Architecture Review — Run /plan-eng-review on the relevant plan file or change description
  2. Code Review — Run /review on the specific file(s) being deployed
  3. Credential Check — Scan changed files for credential patterns
  4. Go/No-Go Checklist
    • Architecture review passed
    • Code review passed
    • No hardcoded credentials found
    • Rollback plan documented
    • Verification command identified

Output

Deliver a Go/No-Go verdict with:

  • Summary of findings from each step
  • Any blockers that must be resolved before deploy
  • The exact rollback command
  • The verification command to confirm success

Invokes / Invoked by

Invokes: SKILL, SKILL Invoked by: _summary, _summary