do-deploy-example
SolidTemplate for a repo-specific /do-deploy skill. Use when creating a production deployment skill: copy to do-deploy/ and customize.
Install
Quality Score: 77/100
Skill Content
Details
- Author
- tomcounsell
- Repository
- tomcounsell/ai
- Created
- 5 years ago
- Last Updated
- yesterday
- Language
- Python
- License
- GPL-3.0
Similar Skills
Semantically similar based on skill content — not just same category
do-deploy
Use when deploying merged changes to production across bridge machines. Triggered by 'deploy to prod', 'ship it', 'push to prod', or 'do-deploy'.
deploy
Deploy a managed project to production, executed strictly from that project's structured deploy playbook — confirm-gated, never improvised. Use when the user says "deploy", "deploy <project>", "ship <project> to prod", "run the deploy", or "push <project> live". Reads the project's context.md + the deploy playbook it points to (e.g. a repo README "Deploy" section), presents the full ordered plan, then runs it one step at a time, pausing before each production-mutating step.
deploy
Deploys with pre-flight checks and health verification. Triggers: deploy, deployment, ship, release, push to prod.