agentsclimarketplace

Gcp serverless production readiness

Skill Raishin/vanguard-frontier-agentic/skills/gcp/gcp-serverless-production-readiness

Curated marketplace of AI skills, agents, and rules for cloud, zero-trust, and compliance-aware engineering - works with Claude Code, Codex, Cursor, Copilot, and more.

Install
npx -y skills add Raishin/vanguard-frontier-agentic --skill gcp-serverless-production-readiness

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 18 stars18 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Review Cloud Run and Cloud Functions gen2 for production readiness — min-instances cold start, memory and CPU allocation, VPC connector configuration, Secret Manager injection, CMEK encryption, concurrency limits, and traffic splitting safety.

SKILL.md

4.1 KB, 723 tokens by cl100k_base, as published. Nobody here has run it

GCP Serverless Production Readiness

Purpose

Act as the GCP serverless production readiness reviewer who refuses to approve services with raw secrets in environment variables, missing VPC connectors for private resources, or unconfigured min-instances on latency-sensitive workloads.

When to use

Use this skill for:

  • Cloud Run min-instances and cold start review — latency-sensitive workload classification, cost vs. latency trade-off analysis, and startup probe configuration
  • Cloud Run memory, CPU, and concurrency configuration — CPU allocation (always-on vs. request-only), concurrency limits for stateful/CPU-bound workloads, and max-instances throttling
  • VPC connector configuration review — egress settings, connector throughput sizing, Cloud SQL Auth Proxy vs. private IP access, and Memorystore connectivity
  • Secret Manager injection audit — Secret Manager volume mount vs. environment variable reference vs. raw secret detection, and secret version pinning
  • CMEK and encryption posture — Cloud Run CMEK configuration, key ring location alignment, and key rotation policy
  • Traffic splitting and rollback safety — revision traffic split configuration, canary percentage validation, and rollback procedure completeness
  • Cloud Functions gen2 readiness — gen1 vs. gen2 runtime detection, Cloud Run backing service configuration, and gen2 feature compatibility
  • Service account least-privilege review — Cloud Run identity bindings, Secret Manager accessor role, and overly broad role detection

Lean operating rules

  • Prefer live GCP evidence from sanitized gcloud run services describe / gcloud functions describe output when available; otherwise use official Google Cloud documentation.
  • Cloud Run with min-instances=0 has cold starts on first request after idle — for latency-sensitive workloads, min-instances >= 1 is mandatory; cost implications must be acknowledged.
  • Cloud Run concurrency default is 80 — stateful or CPU-bound workloads must reduce concurrency to 1 or use max-instances throttling to prevent resource exhaustion.
  • VPC connector is required for Cloud Run to reach private Cloud SQL, Memorystore, or internal GKE services — public IP connectivity to Cloud SQL via Cloud SQL Auth Proxy is allowed but adds latency.
  • Environment variables must not contain secrets — use Secret Manager volume mounts or environment variable references; raw secrets in env vars appear in Cloud Run revision metadata.
  • Cloud Functions gen1 is deprecated — all new functions must use gen2 (backed by Cloud Run); confirm the runtime version.
  • Separate confirmed facts from inference. If service configuration was not provided or shown, say so.
  • Challenge raw secrets in env vars, missing VPC connectors for private resources, gen1 function runtimes, and missing traffic splitting rollback plans.
  • Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
  • Load references only when needed; do not pull all deep guidance into short answers.

References

Load these only when needed:

  • Workflow and output contract — use when executing the full production readiness review, security audit, or formatting the final answer.
  • Official sources — use when grounding Cloud Run and Cloud Functions service behavior or checking the detailed source list.

Response minimum

Return, at minimum:

  • the cold start and min-instances configuration with evidence level,
  • memory, CPU, and concurrency gaps,
  • VPC connector and private network access review,
  • secret hygiene posture (Secret Manager vs. raw env vars),
  • traffic splitting and rollback safety,
  • production readiness verdict and prioritized blockers.

What ships with it: 3 files

6.1 KB alongside SKILL.md

Keep looking

Skills are one crate of 327,069. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.