What problem does it solve? Code changes often require matching deployment and runtime configuration, and manually editing rollout manifests, release config, and environment wiring risks drift, missing rollback paths, and leaked secrets. This Skill guides safe, consistent updates to the repository's deployment source of truth. ## Core Features & Use Cases - Deployment Config Updates: Edit rollout manifests, runtime settings, environment variables, health checks, and resource hints following existing environment and naming patterns. - Progressive Delivery & GitOps: Apply ArgoCD ApplicationSet generators, Argo Rollouts or Flagger MetricAnalysis gates, and Wrangler version-then-deploy canary rollouts. - Security Guardrails: Scan AI-generated manifests for hardcoded secrets, enforce least-privilege IAM/RBAC, and use External Secrets Operator instead of committed credentials. - Use Case: When adding a new environment variable and health endpoint to a service, use this Skill to update the Kubernetes manifests, verify rollout ordering against a pending migration, and confirm the rollback path before merging. ## Quick Start Use the setup-deployment skill to add deployment configuration for my service change, including health checks, environment variables, and a rollback plan.