with one click
deploy-service
Multi-step deployment workflow for production services
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Multi-step deployment workflow for production services
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | deploy-service |
| description | Multi-step deployment workflow for production services |
Follow this procedure for deploying a service to production. This skill covers pre-flight checks, staging validation, production rollout, and post-deployment monitoring.
run_tests tool available.main branch with all tests passing.run_tests tool with suite: "all".
CHANGELOG.md has been updated
for this release.Create a semantic version tag following SemVer:
| Change type | Version bump | Example |
|---|---|---|
| Breaking change | Major | v1.0.0 → v2.0.0 |
| New feature | Minor | v1.0.0 → v1.1.0 |
| Bug fix / patch | Patch | v1.0.0 → v1.0.1 |
git tag -a v<X.Y.Z> -m "Release v<X.Y.Z>"
git push origin v<X.Y.Z>
200 OK.⚠️ Only proceed after staging sign-off.
For the first 30 minutes after full rollout, actively monitor:
If any anomaly is detected, trigger an immediate rollback and create a post-incident report.
# Deploy the previous known-good tag
deploy --service <service-name> --tag <previous-tag> --environment production
Always notify the team in #deployments when a rollback occurs.