{"id":50878748,"url":"https://github.com/zavora-ai/skill-environment-deployment","last_synced_at":"2026-06-15T12:02:21.882Z","repository":{"id":360246816,"uuid":"1248826944","full_name":"zavora-ai/skill-environment-deployment","owner":"zavora-ai","description":"Environment deployment skill — health checks, promotion, rollback, drift detection","archived":false,"fork":false,"pushed_at":"2026-05-25T15:55:21.000Z","size":3,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-25T17:27:09.673Z","etag":null,"topics":["adk-rust","agent-skills","claude-skills","deployment","enterprise","environments","mcp"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zavora-ai.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-25T04:54:48.000Z","updated_at":"2026-05-25T16:42:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/zavora-ai/skill-environment-deployment","commit_stats":null,"previous_names":["zavora-ai/skill-environment-deployment"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/zavora-ai/skill-environment-deployment","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zavora-ai%2Fskill-environment-deployment","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zavora-ai%2Fskill-environment-deployment/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zavora-ai%2Fskill-environment-deployment/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zavora-ai%2Fskill-environment-deployment/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zavora-ai","download_url":"https://codeload.github.com/zavora-ai/skill-environment-deployment/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zavora-ai%2Fskill-environment-deployment/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34361403,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adk-rust","agent-skills","claude-skills","deployment","enterprise","environments","mcp"],"created_at":"2026-06-15T12:02:20.880Z","updated_at":"2026-06-15T12:02:21.864Z","avatar_url":"https://github.com/zavora-ai.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Environment \u0026 Deployment Skill\n\n\u003e Safe deployment operations — health checks, promotion gates, rollback, drift detection, and worker scaling across dev/staging/production.\n\n[![Skill Standard](https://img.shields.io/badge/standard-agentskills.io-blue)](https://agentskills.io)\n[![ADK-Rust Enterprise](https://img.shields.io/badge/ADK--Rust-Enterprise-purple.svg)](https://enterprise.adk-rust.com)\n[![License](https://img.shields.io/badge/license-Apache--2.0-orange)](LICENSE)\n\n## What This Skill Does\n\n| Workflow | Calls | Achieves |\n|----------|-------|----------|\n| Safe Promotion | 3 | Check → promote → verify |\n| Rollback | 2 | Revert → verify health |\n| Drift Detection | 1-2 | Find config mismatches |\n| Scale | 1 | Adjust worker capacity |\n\n### Without this skill:\n- Deploys without health checks\n- No rollback plan\n- Config drift undetected\n- Production promoted without staging verification\n\n### With this skill:\n- Health checked before AND after promotion\n- Rollback always available\n- Drift detected proactively\n- Staging must be healthy before production\n\n## Installation\n\n```bash\ngit clone https://github.com/zavora-ai/skill-environment-deployment.git \\\n  ~/.skills/skills/environment-deployment\n```\n\n## Requirements\n\n**Required:** `mcp-environment (10 tools)`\n\n**Cross-MCP:** mcp-cicd (CI verification), mcp-itsm (rollback on incidents), mcp-slack (deploy notifications)\n\n## Folder Structure\n\n```\nenvironment-deployment/\n├── SKILL.md                       # Decision tree + workflows + MUST DO/MUST NOT DO\n├── scripts/\n│   └── deploy_readiness.py\n├── references/\n│   ├── tool-sequences.md\n│   ├── cross-mcp-workflows.md\n│   └── examples.md\n├── README.md\n└── LICENSE\n```\n\n## Example\n\n**User:** \"Is production ready for v2.3.1?\"\n\n**Result:**\n```\nDeploy Readiness Check:\n✅ CI passes (run_200)\n✅ Staging healthy\n✅ No drift detected\n❌ Approval pending (@eng_lead)\n→ Not ready: needs approval\n```\n\n## Scripts\n\n### `deploy_readiness.py`\n```bash\npython scripts/deploy_readiness.py '{\"ci_status\": \"success\", \"staging_health\": \"healthy\", \"drift_detected\": false, \"approved\": false}'\n```\n\n## Contributors\n\n| [\u003cimg src=\"https://github.com/jkmaina.png\" width=\"80px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames Karanja Maina\u003c/b\u003e\u003c/sub\u003e](https://github.com/jkmaina) |\n|:---:|\n\n## License\n\nApache-2.0 — Part of [ADK-Rust Enterprise](https://enterprise.adk-rust.com). Built with ❤️ by [Zavora AI](https://zavora.ai)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzavora-ai%2Fskill-environment-deployment","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzavora-ai%2Fskill-environment-deployment","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzavora-ai%2Fskill-environment-deployment/lists"}