Pre-deploy and post-deploy checklist skill. Ensures env vars, migrations, CI, rollback plan, smoke tests, and monitoring are verified before and after every deployment.
704 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
164
stars on the repo
on the repository, not the skill itself
Install
one command, takes just this skill from the repository
Load this skill when a dev is about to deploy or has just deployed:
"We're deploying to production"
"Pre-deploy check"
"Post-deploy verification"
"Run the deploy checklist"
"Is it safe to deploy?"
Do NOT use this skill for: committing code (use git-os), creating a PR (use pr-create), or planning a project (use greenfield). This skill only applies at the deployment stage — code is already merged.
Run this checklist before and after every production deployment.
Pre-Deploy Checklist
[ ] All CI checks green on the deploy branch
[ ] Environment variables verified in target environment (no missing keys)