com um clique
deploy-service
Multi-step deployment workflow for production services
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Multi-step deployment workflow for production services
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| 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.