Pre-Ship Gate — OpenClaw
Run this skill before any production deploy (webhook handler, critical script, service restart).
Steps
- Architecture Review — Run
/plan-eng-reviewon the relevant plan file or change description - Code Review — Run
/reviewon the specific file(s) being deployed - Credential Check — Scan changed files for credential patterns
- 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