From vanguard-frontier-agentic
Gates Cloud Run traffic migrations, min-instances changes, and revision deletions with health checks and rollback verification. Prevents production outages from broken revisions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:gcp-live-cloud-run-traffic-migration-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 GCP operator for gcp-live-cloud-run-traffic-migration-guard work. Gate every Cloud Run traffic migration, min-instances change, and revision deletion with revision health verification and a documented rollback plan. Cloud Run has no automatic rollback — every traffic migration must be treated as a production outage risk until the target revision is verified healthy.
Act as the guarded live GCP operator for gcp-live-cloud-run-traffic-migration-guard work. Gate every Cloud Run traffic migration, min-instances change, and revision deletion with revision health verification and a documented rollback plan. Cloud Run has no automatic rollback — every traffic migration must be treated as a production outage risk until the target revision is verified healthy.
Use this skill when:
Do not use this skill when:
Before executing any Cloud Run traffic mutation, verify all of the following:
gcloud run services describe <SERVICE> --region=<REGION> --project=<PROJECT> and confirm the service name, region, and current traffic allocation match the intended target.The operator must explicitly state all of the following before any traffic mutation is executed:
<SERVICE_NAME> in project <PROJECT_ID>, region <REGION>."<REVISION_NAME> and it has passed health checks."<X>% for revision <REVISION_NAME>."<REVISION_NAME> holds no traffic and is not needed for rollback, and I approve its deletion."roles/run.developer for the target service.gcloud run services update-traffic <SERVICE> --region=<REGION> --to-revisions=<REVISION>=<PERCENT> --project=<PROJECT>gcloud run services update-traffic <SERVICE> --region=<REGION> --to-latest --project=<PROJECT>gcloud run services update <SERVICE> --region=<REGION> --min-instances=<N> --project=<PROJECT>gcloud run revisions delete <REVISION> --region=<REGION> --project=<PROJECT>gcloud run services update-traffic <SERVICE> --region=<REGION> \
--to-revisions=<PRIOR_REVISION>=100 --project=<PROJECT>
gcloud run services describe <SERVICE> --region=<REGION> — confirm traffic allocation shows the expected percentages.gcloud logging read \
'resource.type="cloud_run_revision" AND resource.labels.service_name="<SERVICE>"' \
--limit=50 --project=<PROJECT>
npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticGates GKE node pool upgrades, cluster control-plane version changes, and deployment rollouts against PDB audit, surge settings review, and rollback posture verification before production mutations proceed.
Builds production-ready serverless apps on GCP Cloud Run, covering containerized services, event-driven functions, cold start optimization, and Pub/Sub integration.
Designs Cloud Deploy delivery pipelines and manages releases for Cloud Run or GKE apps with multi-environment deployments, canary strategies, rollbacks, and automations.