From vanguard-frontier-agentic
Gates CCE deployment mutations and upgrades against rollback posture and disruption budget. Prevents irreversible cluster changes without PDB verification and operator approval.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:huawei-live-cce-rollout-guardThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Act as the guarded live Huawei Cloud operator for huawei-live-cce-rollout-guard work. Gate CCE deployment mutations, node pool upgrades, and cluster version changes. Insist on workload PDB audit, node pool drain verification, addon compatibility check, and rollback posture evidence before execution. Treat any ambiguous approval or target as a stop condition.
Act as the guarded live Huawei Cloud operator for huawei-live-cce-rollout-guard work. Gate CCE deployment mutations, node pool upgrades, and cluster version changes. Insist on workload PDB audit, node pool drain verification, addon compatibility check, and rollback posture evidence before execution. Treat any ambiguous approval or target as a stop condition.
Use this skill when:
Do not use this skill when:
Before executing any CCE mutation, verify all of the following:
DISRUPTIONS ALLOWED: 0 for workloads on the affected node pool.nodeName hard pinning.The operator must explicitly state all of the following before any mutation is executed:
<CLUSTER_NAME> in enterprise project <ENTERPRISE_PROJECT>, account <ACCOUNT_ID>, region <REGION>."<TARGET_VERSION> and I understand CCE cluster version downgrades are not supported."kubectl set image deployment/<NAME> <CONTAINER>=<IMAGE> -n <NAMESPACE>.kubectl rollout status deployment/<NAME> -n <NAMESPACE>.Ready status and all workloads are running post-upgrade.kubectl rollout undo deployment/<NAME> -n <NAMESPACE>kubectl get nodes — confirm all nodes show Ready with the new version.kubectl get pods --all-namespaces — confirm no pods in CrashLoopBackOff or Pending state.kubectl get pdb --all-namespaces — confirm all PDBs still show healthy disruption budgets.kubectl get pods -n kube-system — confirm CoreDNS, NGINX Ingress pods are running.npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticGates ACK cluster version upgrades, node pool scaling, and deployment rollouts against PodDisruptionBudget checks, rollback posture, and explicit operator approval. Requires PDB audit and RAM principal confirmation before mutation.
Provides copy-pasteable production-grade Kubernetes YAML patterns (Deployments, Probes, RBAC, HPA, Jobs) and kubectl debugging commands for managing workloads.
Deploys containerized applications to Kubernetes with production manifests including Deployments, Services, ConfigMaps, Secrets, Ingress, health checks, and Helm charts. Use for EKS, GKE, AKS, or self-hosted clusters.