From vanguard-frontier-agentic
Reviews Argo Rollouts canary and blue-green strategy configuration, including AnalysisTemplate conditions, traffic provider alignment, service isolation, and PDB compatibility. Useful for safety audits of progressive delivery setups.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:argo-rollouts-progressive-delivery-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review Argo Rollouts canary and blue-green strategy configuration, AnalysisTemplate success and failure condition correctness, traffic management provider alignment, canaryService vs stableService isolation, PDB compatibility with Rollout surge settings, and automated rollback posture. Argo Rollouts' safety depends entirely on AnalysisTemplate conditions that actually fail — an always-true succ...
Review Argo Rollouts canary and blue-green strategy configuration, AnalysisTemplate success and failure condition correctness, traffic management provider alignment, canaryService vs stableService isolation, PDB compatibility with Rollout surge settings, and automated rollback posture. Argo Rollouts' safety depends entirely on AnalysisTemplate conditions that actually fail — an always-true successCondition means automated rollback never fires, regardless of actual error rates.
kubectl get rollout -A -o yaml, kubectl get analysistemplate -A -o yaml, kubectl argo rollouts status <name>) when the active client exposes it; otherwise fall back to official Argo Rollouts documentation and sanitized YAML from the user.result >= 0, true) as a critical finding — automated rollback can never fire.canaryService from stableService as a high finding — canary traffic isolation is broken.pause: {} (manual promotion) with no AnalysisTemplate as a high finding — there is no automated quality gate.spec.strategy.canary.trafficRouting that does not match the actual ingress controller installed in the cluster as a high finding — weight changes are silently ignored.failureLimit: 100 or higher on an error-rate metric as a medium finding — the analysis tolerates far too many errors before marking Degraded.Load these only when needed:
Return, at minimum:
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticSelects and designs deployment strategies (blue-green, canary, rolling) for safe production releases.
Promotes approved releases in production using canary strategies (traffic-based, feature flag, blue-green) with continuous metric observation and automatic rollback to limit blast radius.
Reviews Argo CD Application, AppProject, ApplicationSet, RBAC, and sync windows for production safety, least-privilege sync identity, and controlled blast radius.