Skip to content

zavora-ai/skill-environment-deployment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Environment & Deployment Skill

Safe deployment operations — health checks, promotion gates, rollback, drift detection, and worker scaling across dev/staging/production.

Skill Standard ADK-Rust Enterprise License

What This Skill Does

Workflow Calls Achieves
Safe Promotion 3 Check → promote → verify
Rollback 2 Revert → verify health
Drift Detection 1-2 Find config mismatches
Scale 1 Adjust worker capacity

Without this skill:

  • Deploys without health checks
  • No rollback plan
  • Config drift undetected
  • Production promoted without staging verification

With this skill:

  • Health checked before AND after promotion
  • Rollback always available
  • Drift detected proactively
  • Staging must be healthy before production

Installation

git clone https://github.com/zavora-ai/skill-environment-deployment.git \
  ~/.skills/skills/environment-deployment

Requirements

Required: mcp-environment (10 tools)

Cross-MCP: mcp-cicd (CI verification), mcp-itsm (rollback on incidents), mcp-slack (deploy notifications)

Folder Structure

environment-deployment/
├── SKILL.md                       # Decision tree + workflows + MUST DO/MUST NOT DO
├── scripts/
│   └── deploy_readiness.py
├── references/
│   ├── tool-sequences.md
│   ├── cross-mcp-workflows.md
│   └── examples.md
├── README.md
└── LICENSE

Example

User: "Is production ready for v2.3.1?"

Result:

Deploy Readiness Check:
✅ CI passes (run_200)
✅ Staging healthy
✅ No drift detected
❌ Approval pending (@eng_lead)
→ Not ready: needs approval

Scripts

deploy_readiness.py

python scripts/deploy_readiness.py '{"ci_status": "success", "staging_health": "healthy", "drift_detected": false, "approved": false}'

Contributors


James Karanja Maina

License

Apache-2.0 — Part of ADK-Rust Enterprise. Built with ❤️ by Zavora AI

About

Environment deployment skill — health checks, promotion, rollback, drift detection

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages