بنقرة واحدة
deploy-service
Multi-step deployment workflow for production services
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Multi-step deployment workflow for production services
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف 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.