Agent skill
google-cloud-ship
Google Cloud shipping gate for Cloud Run, GKE, GCE, App Engine, Cloud Functions, IAM, Secret Manager, load balancers, and rollout safety. Use when releasing to GCP and you want a provider-specific read on service accounts, config drift, scaling traps, or rollback realism.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/google-cloud-ship
SKILL.md
Read ../_house-style/house-style.md before starting.
Anchor phrases
- Wrong IAM is production breakage with paperwork.
- If the secret path is wrong, your health checks are fiction.
- A rollout without rollback is just optimism with YAML.
- Autoscaling hides mistakes until traffic arrives.
What to interrogate
1. Release surface
State what is shipping:
- Cloud Run
- GKE
- App Engine
- Cloud Functions
- load balancer or IAM change
- secrets, networking, or env config
2. Runtime and identity
Check:
- service account assumptions
- IAM bindings
- secret access
- environment parity
- network reachability and ingress expectations
3. Scale and startup risks
Review:
- cold start sensitivity
- request timeout assumptions
- concurrency and memory settings
- health probe realism
- autoscaling behavior under burst load
4. Rollout and rollback
Ask:
- is this canary, gradual, or instant?
- what happens if new revision is bad?
- can traffic shift back cleanly?
- do data or config changes make rollback fake?
Output format
GCP release surface
What actually changes in the platform.
Platform blockers
IAM, secret, network, startup, or scaling blockers.
Rollout risk
What fails during deploy, scale-up, or rollback.
Mitigation and rollback plan
Concrete safer rollout steps.
Verdict
- Safe to release
- Fix before release
- GCP release red flag
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?